From 0f054908dee351a3f97c2a6dad5adc39e433b399 Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Sun, 19 Aug 2018 18:37:48 +0300 Subject: [PATCH] update gitignore --- .gitignore | 5 ----- README.md | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c841291..809c55a 100644 --- a/.gitignore +++ b/.gitignore @@ -48,11 +48,6 @@ var/ *.egg *.idea -static/css/build.css -static/js/build.js -static/js/build-min.js - - # PyInstaller # 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. diff --git a/README.md b/README.md index 499b745..230dba6 100644 --- a/README.md +++ b/README.md @@ -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