mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
Mirror of github.com/offen/website
.circleci | ||
.elasticbeanstalk | ||
build | ||
homepage | ||
.ebignore | ||
.editorconfig | ||
.gitignore | ||
bootstrap.yml | ||
CODE_OF_CONDUCT.md | ||
docker-compose.yml | ||
Dockerfile.python | ||
Dockerrun.aws.json.production | ||
Dockerrun.aws.json.staging | ||
LICENSE | ||
Makefile | ||
nginx.conf | ||
README.md |
website
The www.offen.dev website
This repository contains the source code for the <www.offen.dev> website, as well as the code needed for running and extending an instance of offen/offen
.
Developing the application
The development setup requires docker
and docker-compose
to be installed.
After cloning the repository, you can build the containers and install dependencies using:
$ make setup
Next seed the database for the server
application:
$ make bootstrap
You can test your setup by starting the application:
$ docker-compose up
which should enable you to access the homepage at http://localhost:8000/ and use the auditorium
at http://localhost:8000/
License
MIT © offen