- Install less compiler:
npm install -g less - Install Python 3 and Postgres.
- Add an SSH key to your Github account.
git cloneto local machine.cd servercp server/local_settings.sample server/local_settings.pypip install -r pip_install.txt --upgradecreate user malauser createdb login password 'mala123';&&create database maladb owner malauser;python manage.py migratepython manage.py runserver
git checkout -b BRANCH-NAME. BRANCH-NAME should match regular expression(AN|IOS|SERVER|WEC|BE|PM|OW|TWEB)-\d+.- Do modifications
- Read git add to add modified files
git commit -m 'Your commit messages.'git push -u origin BRANCH-NAME- Create a pull request
- Dev server https://dev.malalaoshi.com
- Stage server https://stage.malalaoshi.com
- Prd server https://www.malalaoshi.com