2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
Mirror of github.com/offen/website
Go to file
2019-11-04 23:01:00 +01:00
.circleci lock docker image used for migrations 2019-11-03 22:59:38 +01:00
.elasticbeanstalk introduce staging environment 2019-09-14 14:35:04 +02:00
build fix typo in server config 2019-10-29 12:53:43 +01:00
homepage Merge pull request #14 from offen/share-url 2019-10-27 21:09:01 +01:00
.dockerignore add autoprefixer to css pipeline 2019-10-27 12:53:26 +01:00
.ebignore leverage layer caching for node deps 2019-09-09 22:30:11 +02:00
.editorconfig update email, add GPG key 2019-10-17 14:52:54 +02:00
.gitignore normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
bootstrap.yml consume latest server build 2019-10-09 20:34:31 +02:00
CODE_OF_CONDUCT.md refer to real world .dev domain 2019-05-01 20:34:00 -06:00
docker-compose.yml update development image to include shutdown fix 2019-10-28 15:54:04 +01:00
Dockerfile.python add autoprefixer to css pipeline 2019-10-27 12:53:26 +01:00
Dockerrun.aws.json.production remove logspout container from production setup 2019-11-03 22:53:32 +01:00
Dockerrun.aws.json.staging allow creating log groups 2019-11-04 23:01:00 +01:00
LICENSE Initial commit 2019-04-10 16:58:26 +02:00
Makefile fix duplicate headers in dev, use updated env schema, develop against sqlite 2019-10-24 12:32:31 +02:00
nginx.conf leverage reverse proxy setting in offen server 2019-10-25 15:48:20 +02:00
README.md fix duplicate headers in dev, use updated env schema, develop against sqlite 2019-10-24 12:32:31 +02:00

website

CircleCI

The www.offen.dev website

This repository contains the source code for the https://www.offen.dev website, as well as the code needed for running and extending an instance of offen/offen on the same domain.


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:

$ make up

which should enable you to access the homepage at http://localhost:8000/ and use the wrapped auditorium at http://localhost:8000/auditorium

License

MIT © offen