2016-06-09 15:04:10 +02:00
|
|
|
# zeus.ugent.be
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
`bundle install`
|
|
|
|
|
|
|
|
## 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 20:20:22 +02:00
|
|
|
|
|
|
|
## Deploying
|
|
|
|
|
|
|
|
Ask your local sysadmin for SSH access. Afterwards run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
bundle exec nanoc deploy --target public
|
|
|
|
```
|