mirror of
https://git.coop/cotech/website.git
synced 2024-12-23 11:05:24 +00:00
Include git checkout dev in the readme
This commit is contained in:
parent
d9e3246c27
commit
d5a725eabd
@ -8,13 +8,13 @@ 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
|
|
||||||
|
|
||||||
### ... using docker
|
### ... using docker
|
||||||
|
|
||||||
Make sure you have [docker](https://docs.docker.com/install/) (CE is fine) installed and running, then:
|
Make sure you have [docker](https://docs.docker.com/install/) (CE is fine) installed and running, then:
|
||||||
|
|
||||||
|
git clone git@git.coop:cotech/website.git
|
||||||
cd website
|
cd website
|
||||||
|
git checkout dev
|
||||||
./dev
|
./dev
|
||||||
|
|
||||||
And visit [localhost:4000](http://localhost:4000) to view the site.
|
And visit [localhost:4000](http://localhost:4000) to view the site.
|
||||||
@ -23,7 +23,9 @@ And visit [localhost:4000](http://localhost:4000) to view the site.
|
|||||||
|
|
||||||
Install the dependencies for the project
|
Install the dependencies for the project
|
||||||
|
|
||||||
|
git clone git@git.coop:cotech/website.git
|
||||||
cd website
|
cd website
|
||||||
|
git checkout dev
|
||||||
gem install bundler
|
gem install bundler
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user