So you already have your Cloud9 account and your Jekyll site is in your workspace. Now you want to run the server. It is actually very simple.
In a fresh Could9 workspace you only need to execute the following two commands in the terminal window:
Important note: Only port 8080 works for me in Cloud9, other ports are closed. Also assigning host to 0.0.0.0 is necessary.
- gem install jekyll
- jekyll serve --host 0.0.0.0 --port 8080
Important note: Only port 8080 works for me in Cloud9, other ports are closed. Also assigning host to 0.0.0.0 is necessary.