29 lines
500 B
Markdown
29 lines
500 B
Markdown
# zeus.ugent.be
|
|
[![Build Status](https://travis-ci.org/ZeusWPI/zeus.ugent.be.svg?branch=master)](https://travis-ci.org/ZeusWPI/zeus.ugent.be)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
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
|
|
```
|
|
|
|
## Deploying
|
|
|
|
Ask your local sysadmin for SSH access. Afterwards run
|
|
|
|
```bash
|
|
bundle exec nanoc deploy --target public
|
|
```
|