Steps to getting Ed running as a local development server.
- Getting the environment setup:
- Ruby + Git on OSX:
xcode-select --installto install XCode command line tools- OSX has Git + Ruby
- Ruby + Git on Windows:
- Install Choclatey
choco install gitchoco install ruby --version 2.2.4choco instlal ruby2.devkit
- Ruby + Git on OSX:
mkdir Projects- In home directory somewhere
cd Projects- On GitHub, fork https://github.com/oncomouse/ed and rename (optional)
git clone https://github.com/username/repositorynamecd edgem install bundlebundle installgit checkout gh-pagesjekyll serve