Skip to content

Webserver for hosting results from the CMC globular cluster simulations.

License

Notifications You must be signed in to change notification settings

CIERA-Northwestern/cmc-web

Repository files navigation

ClusterMonteCarlo (CMC) Web

This repository host the Django source code used to produce cluster webserver: http://cmc.ciera.northwestern.edu/

requirements

conda create -n django-cmc -c conda-forge python=3.7 django psycopg2 django-crispy-forms sqlparse

environmental variable requirements

Please add the following to your ~/.bash_profile

export CMC_NAME=
export CMC_USER=
export CMC_PASSWORD=
export CMC_HOST=
export CMC_PORT=

Contact Scott Coughlin https://ciera.northwestern.edu/directory/scott-coughlin/ for this information.

Run local development server

cd cmcweb
python manage.py runserver

About

Webserver for hosting results from the CMC globular cluster simulations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published