Steps to getting Ed running as a local development server.
- Getting the environment setup:
- Ruby + Git on OSX:
xcode-select --install
to install XCode command line tools- OSX has Git + Ruby
- Ruby + Git on Windows:
- Install Choclatey
choco install git
choco install ruby --version 2.2.4
choco 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/repositoryname
cd ed
gem install bundle
bundle install
git checkout gh-pages
jekyll serve