Skip to content

OnroerendErfgoed/atramhasis_scaffold_cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

atramhasis project

Requirements

Usage

  1. Generate an atramhasis project.

    $ cookiecutter gh:OnroerendErfgoed/atramhasis_scaffold_cookiecutter
  2. Create a virtual environment and install requirements

    # Change directory into your newly created project if not already there.
    $ pip install -r requirements-dev.txt
    $ pip install -e .
  3. Setup database

    $ alembic upgrade head
  4. install frontend requirements

    $ cd <package-name>/static
    $ npm install
  5. Run server

    $ cd <root of repo>
    $ pserve development.ini

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages