add ruby gem instructions
This commit is contained in:
parent
a7848ae412
commit
07b6ba2ae5
@ -19,10 +19,11 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M
|
||||
|
||||
## Development
|
||||
1. Clone repository: `git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/kcl-digital-humanities-garden.git`
|
||||
2. Install Bundler gem: `gem install bundler`
|
||||
3. Install dependencies: `bundle install`
|
||||
4. Run locally: `bundle exec jekyll serve` or `rake watch`
|
||||
5. Visit your `localhost` on port `4000`: http://localhost:4000 or http://127.0.0.1:4000
|
||||
2. Install ruby's command line tools with your package manager (e.g. `brew install ruby`)
|
||||
3. Install Bundler gem: `gem install bundler`
|
||||
4. Install dependencies: `bundle install`
|
||||
5. Run locally: `bundle exec jekyll serve` or `rake watch`
|
||||
6. Visit your `localhost` on port `4000`: http://localhost:4000 or http://127.0.0.1:4000
|
||||
|
||||
## License
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Digital Garden</span> content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user