2016-06-09 15:04:10 +02:00
|
|
|
# zeus.ugent.be
|
2016-07-18 13:56:23 +02:00
|
|
|
[![Build Status](https://travis-ci.org/ZeusWPI/zeus.ugent.be.svg?branch=master)](https://travis-ci.org/ZeusWPI/zeus.ugent.be)
|
2016-06-09 15:04:10 +02:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2016-06-10 12:22:59 +02:00
|
|
|
```bash
|
|
|
|
bundle install
|
|
|
|
```
|
2016-06-09 15:04:10 +02: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 20:20:22 +02:00
|
|
|
|
|
|
|
## Deploying
|
|
|
|
|
2016-07-19 13:43:32 +02:00
|
|
|
The latest builds on master get deployed automatically using [travis](https://travis-ci.org).
|
|
|
|
|
|
|
|
For manual deployment, run
|
2016-06-09 20:20:22 +02:00
|
|
|
|
|
|
|
```bash
|
|
|
|
bundle exec nanoc deploy --target public
|
|
|
|
```
|