Skip to content

Instantly share code, notes, and snippets.

@michaelhiiva
michaelhiiva / comon_c9-env.md
Created May 2, 2016 16:55
Common Cloud 9 Environment Vars

Common Cloud 9 Environmental Vars

  • Below are some common environmental which can be helpful when using the Cloud 9 IDE.
C9_FULLNAME= [Your Fullname as on Cloud 9]
C9_PORT= [Cloud 9 Port]
C9_UID= [Your Cloud 9 User ID]
C9_IP= [Cloud 9 IP Address]
C9_USER= [Your Cloud 9 Username]
C9_PROJECT= [Your Cloud 9 Project Name] 
@michaelhiiva
michaelhiiva / running_jekyll-cloud-9.md
Last active May 30, 2020 14:39
Running Jekyll on Cloud9

Run Jekyll in the Terminal

Running jekyll projects on Cloud 9 requires this jekyll serve -H $IP -P $PORT --baseurl "" command in the terminal.

Setting up a new run configuration

  1. Under the menu select Run > Run Configuration > New Run Configuration.
  2. Then enter jekyll serve -H $IP -P $PORT --baseurl "" for the Command.
  3. Then enter Jekyll for the Run Configuration. This will ensure that you can access it quickly in the Run > Run Configuration > Jekyll.