Skip to content

AjuntamentdeBarcelona/bima-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIMA CORE

Example deploying a djang-bima-core based project.

Installation and run

  1. Clone project from the Git repository.

  2. Setup virtualenv Python

    cd bima_core
    mkvirtualenv "bima_core" -p python3
    pip install -r requirements/local.txt
    
  3. Create local configuration

    cd src
    cp app.ini.template app.ini
    # Review and edit app.ini
    
  4. Check test

    pytest
    
  5. Run local server

    python manage.py runserver
    
  6. Load minimum data

    python manage.py import_groups
    # Create an `user`, `copyright` and `author` in the admin.
    
  7. Run rq queues

    python manage.py rqworker upload haystack-photo-index
    

Contributing

See CONTRIBUTING.rst.

About

Example deploying a django-bima-core based project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages