2019-11-25 18:02:36 +01:00
|
|
|
# durfdoen-2.0
|
|
|
|
Durf Doen 2.0
|
2020-02-27 21:48:47 +01:00
|
|
|
|
|
|
|
## Setup instructions
|
|
|
|
|
|
|
|
1. Install bundler (`gem install bundler`)
|
|
|
|
2. Install other gems (`bundle install`)
|
|
|
|
3. Build and serve the site (`bundle exec nanoc live`)
|
2020-08-29 14:59:16 +02:00
|
|
|
|
|
|
|
### Optional setup via docker
|
|
|
|
|
|
|
|
You can run the code in a separated docker environment. It compiles the code and serves the files via nginx.
|
|
|
|
|
|
|
|
docker build --tag durfdoen2 . && docker run --publish 8080:80 --detach --name dd durfdoen2
|