Skip to content

morpheyesh/hasjob

 
 

Repository files navigation

Hasjob

Code for Hasjob, HasGeek's job board at https://hasjob.co/

You are welcome to contribute a patch or use this code to run your own job board under the terms of the BSD license, but please design your own UI. Don't copy ours. We will like you better if you contribute a patch.

This code runs on Python with the Flask microframework. You will need to install all the requirements listed in requirements.txt using easy_install or pip. Copy settings-sample.py to settings.py, edit as necessary, and start the server with:

$ python runserver.py

WSGI is recommended for production. Enable mod_wsgi in Apache and make a VirtualHost with:

WSGIScriptAlias / /path/to/website.wsgi

Releases

No releases published

Packages

No packages published