Skip to content

nokeechia/HackZurich

 
 

Repository files navigation

HackZurich Refugee Matchmaking

Project to allow refugees to better integrate after relocating.

Installation

vagrant up

Usage

The environment is ready for working directly, you just have to set up the database if you don't have one already set up. Then you can run the server with runserver or with proper wsgi means.

# You should be in the (refugee_matchmaking) environment here
cd refugee_matchmaking/
python3 manage.py migrate

#You'll have to put in a user and password here, for example admin and admin
python3 manage.py createsuperuser
python3 manage.py runserver 0.0.0.0:8000

Now you can visit http://locahost:8000/admin and log in with your credentials.

Google App Engine

To open up in your local host while in the directory with play.py and app.yaml dev_appserver.py --port 8080 . Note you will need to download the google app engine SDK

To Host the website on appserver.com appcfg.py -A refugee-lighthouse update app.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.9%
  • JavaScript 23.0%
  • CSS 2.9%
  • HTML 2.0%
  • Other 0.2%