Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 893 Bytes

File metadata and controls

55 lines (40 loc) · 893 Bytes

Robotics Playground Website

This is the new website for Robotics Playground, it is a Django based project

Directory structure

  • website: Contains the Django installation

Development

Install the following:

  • Docker

To run the project:

./scripts/start.sh

Django will be hosted on localhost:8000.

NOTE: Windows 10 users might need set the ALLOWED_HOSTS setting within Django, see here

Commands

Start the dev environment

./scripts/start.sh

Stops the dev environment

./scripts/stop.sh

Starts a bash shell

./scripts/shell.sh

Updating (After the Docker config changes)

./scripts/rebuild.sh

Runs the unit tests

./scripts/run_tests.sh

Linting (Please run before committing/merging with master)

./scripts/lint.sh