Skip to content

jawaidss/halalar-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

halalar-web

Requirements

Installation

git clone git@github.com:jawaidss/halalar-web.git
cd halalar-web
mkvirtualenv halalar
pip install -r requirements.txt
sudo su postgres -c "createdb halalar"
sudo su postgres -c "createuser -P halalar"
sudo su postgres -c 'psql -c "ALTER USER halalar CREATEDB;"'
sudo su postgres -c 'psql -c "GRANT ALL PRIVILEGES ON DATABASE halalar TO halalar;"'
cd halalar
./manage.py migrate

Usage

cd /path/to/halalar-web/halalar
workon halalar
./manage.py runserver 0.0.0.0:8000

Testing

fab test

Style

fab style

Deploying

fab deploy

Restoring

fab restore

About

Halalar web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors