Put it in a docker
This commit is contained in:
parent
ef6e94d08a
commit
d9e3246c27
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
_site
|
_site
|
||||||
|
.idea
|
||||||
|
vendor
|
||||||
|
11
README.md
11
README.md
@ -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
|
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
|
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
|
Install the dependencies for the project
|
||||||
|
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Cotech Website
|
title: Cotech Website
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
exclude: ['scripts']
|
exclude:
|
||||||
|
- scripts
|
||||||
|
- vendor
|
||||||
|
- .idea
|
||||||
collections:
|
collections:
|
||||||
clients:
|
clients:
|
||||||
title: Clients
|
title: Clients
|
||||||
|
Loading…
Reference in New Issue
Block a user