Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 674 Bytes

glaubs

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

  • $ mkvirtualenv -p which python3 glaubs
  • $ cd glaubs/
  • $ sudo apt-get install libpython3-dev npm node-legacy texlive-latex-recommended texlive-lang-german texlive-latex-extra texlive-lang-french texlive-lang-italian
  • $ pip install Django djangorestframework drf-nested-routers django-compressor django-extensions jinja2
  • $ npm install bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver