Put it in a docker

This commit is contained in:
Nick Sellen
2018-11-30 11:45:48 +00:00
committed by Nick Sellen
parent ef6e94d08a
commit d9e3246c27
4 changed files with 29 additions and 2 deletions

View File

@ -9,6 +9,17 @@ This is a port of the current Wordpress version of the [CoTech Website][] to a s
You can run the site on your computer as if it were live online using Jekyll. You will need `git` and `ruby` installed on your machine to do this. Then clone the repository
git clone git@git.coop:cotech/website.git
### ... using docker
Make sure you have [docker](https://docs.docker.com/install/) (CE is fine) installed and running, then:
cd website
./dev
And visit [localhost:4000](http://localhost:4000) to view the site.
### ... directly on your machine
Install the dependencies for the project