NOVA data management prototype

Matthias Vogelgesang ad59e1c366 Initial commit 7 years ago
bin ad59e1c366 Initial commit 7 years ago
docs ad59e1c366 Initial commit 7 years ago
migrations ad59e1c366 Initial commit 7 years ago
nova ad59e1c366 Initial commit 7 years ago
.bowerrc ad59e1c366 Initial commit 7 years ago
.gitignore ad59e1c366 Initial commit 7 years ago
README.md ad59e1c366 Initial commit 7 years ago
bower.json ad59e1c366 Initial commit 7 years ago
manage.py ad59e1c366 Initial commit 7 years ago
requirements.txt ad59e1c366 Initial commit 7 years ago
setup.py ad59e1c366 Initial commit 7 years ago

README.md

Installation

  1. Install Flask and dependencies

    $ pip install -r requirements

  2. Install the nova binary

    $ python setup.py install

  3. Install frontend dependencies

    $ bower install

  4. Create database and initial admin user

    $ python manage.py initdb --name john --fullname "John Doe" --email "jd@jd.com"

  5. Run the server

    $ python manage.py runserver

If you run from source make sure to upgrade the database with

$ python manage.py db upgrade