Skip to content

malaonline/Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malalaoshi Building status Coverage Status

Getting Started

  1. Install less compiler: npm install -g less
  2. Install Python 3 and Postgres.
  3. Add an SSH key to your Github account.
  4. git clone to local machine.
  5. cd server
  6. cp server/local_settings.sample server/local_settings.py
  7. pip install -r pip_install.txt --upgrade
  8. create user malauser createdb login password 'mala123'; && create database maladb owner malauser;
  9. python manage.py migrate
  10. python manage.py runserver

To Create a Pull Request

  1. git checkout -b BRANCH-NAME. BRANCH-NAME should match regular expression (AN|IOS|SERVER|WEC|BE|PM|OW|TWEB)-\d+.
  2. Do modifications
  3. Read git add to add modified files
  4. git commit -m 'Your commit messages.'
  5. git push -u origin BRANCH-NAME
  6. Create a pull request

Web Servers