Skip to content

mparq/sci-sim

 
 

Repository files navigation

SCI-SIMS

Science Classroom Inquiry Simulation engine

Local Development

Note that this is a python2.7 application

Virtualenv is great for python development. Create a new environment:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Or you can spin up a vagrant box using this tool if you don't already have a python environment set up on your system.
Note that the python server does not serve static assesets - a web server should be used to proxy requests to the server and server static files from the static folder.

Load the database with the simulation content:

python db_create.py
python sim_parser new_sim_template.txt

Start the application locally:

python start_local_dev.py

Open the simulation in your browser @ localhost:5000

About

Science Classroom Inquiry Simulation engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.2%
  • Python 35.8%
  • HTML 17.1%
  • CSS 6.5%
  • Other 0.4%