REST API application for managing Criteria and Profile
To run this application on system must be installed Docker
To start application make you follow next steps:
- Clone this repository
git clone [email protected]:openprocurement/market.prozorro.ua.git market_prozorro_ua
- Changed working directory
cd market_prozorro_ua
- Run application
docker-compose up --build --force-recreate -d
- Run migrations
docker-compose exec web bash -c './manage.py migrate'
Included test storage with following credentials:
Username | Password |
---|---|
admin | adminpassword |
user | userpassword |
- Stop containers
docker-compose down
- Pull changes from repository
git pull origin master
- Run application
docker-compose up --build --force-recreate -d
- Run migrations
docker-compose exec web bash -c './manage.py migrate'