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-10-10 10:00:02 +02:00
.circleci normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
.elasticbeanstalk introduce staging environment 2019-09-14 14:35:04 +02:00
build normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
homepage remove more server references 2019-10-08 19:46:02 +02:00
.ebignore leverage layer caching for node deps 2019-09-09 22:30:11 +02:00
.editorconfig add logspout container to production setup 2019-09-16 15:53:16 +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 refer to correct docker images 2019-10-10 09:25:16 +02:00
Dockerfile.python use homepage for generating events in local development 2019-09-27 20:49:44 +02:00
Dockerrun.aws.json.production normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
Dockerrun.aws.json.staging normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
LICENSE Initial commit 2019-04-10 16:58:26 +02:00
Makefile normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
nginx.conf consume latest server build 2019-10-09 20:34:31 +02:00
README.md tweak README 2019-10-08 19:50:12 +02:00

website

CircleCI Patreon

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