Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 693 Bytes

advanced-ed.md

File metadata and controls

23 lines (21 loc) · 693 Bytes

Advanced Ed:

Steps to getting Ed running as a local development server.

  1. Getting the environment setup:
    1. Ruby + Git on OSX:
      • xcode-select --install to install XCode command line tools
      • OSX has Git + Ruby
    2. Ruby + Git on Windows:
      • Install Choclatey
      • choco install git
      • choco install ruby --version 2.2.4
      • choco instlal ruby2.devkit
  2. mkdir Projects
    • In home directory somewhere
  3. cd Projects
  4. On GitHub, fork https://github.com/oncomouse/ed and rename (optional)
  5. git clone https://github.com/username/repositoryname
  6. cd ed
  7. gem install bundle
  8. bundle install
  9. git checkout gh-pages
  10. jekyll serve