zeus.ugent.be/README.md

29 lines
374 B
Markdown
Raw Normal View History

2016-06-09 13:04:10 +00:00
# zeus.ugent.be
## Installation
2016-06-10 10:22:59 +00:00
```bash
bundle install
```
2016-06-09 13:04:10 +00:00
## Developing
In one session:
```bash
bundle exec guard
```
Guard will watch for file changes and automatically recompile the site
In another session:
```bash
bundle exec nanoc view
```
2016-06-09 18:20:22 +00:00
## Deploying
Ask your local sysadmin for SSH access. Afterwards run
```bash
bundle exec nanoc deploy --target public
```