fayepal / fsa-training

FSA Training Portal project. Project overview: http://bit.ly/1NoirI8
http://fayetandog.github.io/fsa-training
2 stars 11 forks source link

Add instructions to set up Ruby instance locally #40

Closed abhi12ravi closed 8 years ago

abhi12ravi commented 8 years ago

Request from @viswanathamsantosh here

devcer commented 8 years ago

@birajkarmakar did you tried this?

anistuhin commented 8 years ago

Guys do you need how to??

anistuhin commented 8 years ago

Check this one http://jekyllrb.com/docs/installation/

abhi12ravi commented 8 years ago

@anistuhin Did it work out? Were you able to set up the environment locally?

anistuhin commented 8 years ago

No, I didn't as I use Windows. I forked the repo and edited inside GitHub while editing. I can give it a try in Windows and then let you know. I might then add the instructions inside README :)

abhi12ravi commented 8 years ago

That would be great! Thank you.

fayepal commented 8 years ago

Learning how to do it through this tutorial but when I am done with the set-up and trying to preview the site I am stuck with this kind of error

C:\Sites>jekyll serve --watch
Configuration file: none
            Source: C:/Sites
       Destination: C:/Sites/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
  Liquid Exception: Included file '_includes/category_gallery.html' not found in
 C:/Sites/fsa-training/modules/conflict management/_posts/2000-01-03-moztour.mar
kdown
jekyll 3.0.1 | Error:  Included file '_includes/category_gallery.html' not found

Tried deleting all the modules to see if this will run without them but then it always finds a file that is 'not found'. Weird, the files mentioned are all in the folder. :disappointed:

devcer commented 8 years ago

@anistuhin worked in windows as well! thanks. :)

abhi12ravi commented 8 years ago

Did someone try hosting it on Linux? I get the following error when I run jekyll serve

Paste bin link: https://pastebin.mozilla.org/8858902 However, I am able to successful to host the P2P template repo on my machine. Weird! @fayetandog Were you able to resolve the issue indicated above?

fayepal commented 8 years ago

@abhi12ravi No, I haven't resolved the issue yet :(