Giter Club home page Giter Club logo

grouptrajectoryui's Introduction

GroupTrajectoryUI

Setup

Install Python 3 if you DON'T have python or if you have python 2.x version

sudo apt-get install python3

Then install pip if you don't already have it and using pip, install virtualenv which is a tool that we can use to ensure we are all working on the same environment and the same dependencies

python3 -m pip install -U pip    
pip install virtualenv

Create a Virtual environment to clone our project repo in. Change env_name to something related to our project

virtualenv env_name
cd env_name/bin
source ./activate #activates our virtual env. You should see (env_name) at the command line input
cd ../ #move back to our env_name directory

Clone this repository.

git clone https://github.com/achafamo/GroupTrajectoryUI.git

Change into our repository and install required dependencies such as the django package using:

pip install -r requirements.txt

Migrate:

python manage.py migrate

Create a superuser:

python manage.py createsuperuser

Run the development server:

python manage.py runserver

You should see trajectories moving on the screen at root url:

http://localhost:8000/

alt text

grouptrajectoryui's People

Contributors

achafamo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.