update gitignore

remotes/origin/HEAD
Max Yakovenko 8 years ago
parent ff6cf6bb5c
commit 0f054908de
  1. 5
      .gitignore
  2. 5
      README.md

5
.gitignore vendored

@ -48,11 +48,6 @@ var/
*.egg *.egg
*.idea *.idea
static/css/build.css
static/js/build.js
static/js/build-min.js
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it. # before PyInstaller builds the exe, so as to inject date/other infos into it.

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

Loading…
Cancel
Save