Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/performanceplatform-selfserve

Repository files navigation

Performance Platform self-serve prototype

http://selfserve.herokuapp.com/

Setup

npm install

npm install -g gulp

You'll also have to load in the code for the included submodules. These are managed in separately by git.

git submodule init

git submodule update

Install python dependencies in a virtualenv

Virtualenv provides a way to keep different project environments isolated.

sudo pip install virtualenv

virtualenv venv

. venv/bin/activate

pip install -r requirements.txt

SASS compilation

gulp watch

It will recompile the SASS every time a file changes.

Running

python manage.py runserver

or

foreman start

The app will run at http://localhost:8000

Heroku

heroku git:remote -a selfserve

heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-python

git push heroku master

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published