- Add an SSH key to your Github account.
git clone
to local machine.
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
https://dev.malalaoshi.com/admin
username: test
password: mala-test
git submodule update --init --recursive
- Create a file named
gradle.properties
with following content:
KEYSTORE_FILE_PATH=/Users/.../keystore
KEYSTORE_PASSWORD=123456
KEY_PASSWORD=123456
DEV_SERVER=https://dev.malalaoshi.com
STAGE_SERVER=https://stage.malalaoshi.com
PRD_SERVER=https://malalaoshi.com
PARENT_JPUSH_KEY_DEBUG=xxxxxxxxxx
PARENT_JPUSH_KEY_RELEASE=xxxxxxxxxxxxx
Modify variables if needed.
Install less compiler:
npm install -g less