|
|
|
|
@ -13,6 +13,8 @@ |
|
|
|
|
2. Install virtualenv inside the project directory in run server |
|
|
|
|
3. Install dependencies from inside the activated virtualenv |
|
|
|
|
4. Create empty logs dir in project directory |
|
|
|
|
5. Install nodejs with npm(nvm preferably) |
|
|
|
|
6. install all packages |
|
|
|
|
|
|
|
|
|
###Development |
|
|
|
|
|
|
|
|
|
@ -20,8 +22,11 @@ |
|
|
|
|
2. Make migrations for modules: auth, accounts_ext, etc. |
|
|
|
|
3. Start celery queue for tasks with the command: |
|
|
|
|
`celery -A eshop_project worker -l info --pool=eventlet` |
|
|
|
|
4. Make alias for gulp with alias command and path gulp executable file |
|
|
|
|
5. Run `gulp default` |
|
|
|
|
|
|
|
|
|
###Deployment |
|
|
|
|
|
|
|
|
|
1. Make pull request from bitbucket repo by ssh using passphrase |
|
|
|
|
1. Make .env file with the structure described in .env.sample file |
|
|
|
|
2. Make migrations for modules |
|
|
|
|
|