Running the application locally - wonjoonSeol/ScienceScape GitHub Wiki

Running our application requires installing dependencies and having the most recent Python/Django distribution installed on your computer. Please refer to this page for more information.

Download this repository as a .zip folder, unpack it and place it in the folder of your choice.

If you are using a virtual environment, set it up now.

Enter the following command in your terminal: ./run.sh python3 website to run the server. Django is now running and you may visit the website at the address indicated, usually http://127.0.0.1:8000/.

If this command does not work, please try typing ./run.sh and help will be provided.

Something wrong with this set of instructions? Log an issue to help us fix it.