Skip to content

openprocurement/market.prozorro.ua

Repository files navigation

MARKET PROZORRO UA

REST API application for managing Criteria and Profile

Requirements

To run this application on system must be installed Docker

Run

To start application make you follow next steps:

  1. Clone this repository
    git clone [email protected]:openprocurement/market.prozorro.ua.git market_prozorro_ua
  2. Changed working directory
    cd market_prozorro_ua
  3. Run application
    docker-compose up --build --force-recreate -d
  4. Run migrations
    docker-compose exec web bash -c './manage.py migrate'

Authorization

Included test storage with following credentials:

Username Password
admin adminpassword
user userpassword

Update

  1. Stop containers
    docker-compose down
  2. Pull changes from repository
    git pull origin master
  3. Run application
    docker-compose up --build --force-recreate -d
  4. Run migrations
    docker-compose exec web bash -c './manage.py migrate'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages