Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

doxa-tech/eebulle

Repository files navigation

Website is now part of the bullentwork constellation

http://eebulle.ch

Using docker

Build with

docker-compose build

Run webserver with

docker-compose up

Create database with

docker-compose run web rake db:create

Shutdown webserver with

docker-compose down

Rebuild with

docker-compose up --build