Short whiteboard for Club*Nix.
- Install docker-compose on your computer here.
- Download the docker-compose.ymlfile.
- If you have a custom css file, add it to your currrent folder.
- Edit the docker-compose.yml file.
- Launch it with docker-compose up
virtualenv my_django
source ./my_django/bin/activate
cd monix/djangoapp
pip3 install -r requirements.txtpython3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver