Visit our page
Install Jekyll:
$ sudo apt-get install ruby-full build-essential zlib1g-dev
$ echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
$ echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
$ echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
$ source ~/.bashrc
$ gem install jekyll bundler
Clone de repository
$ git clone https://github.com/cstopics/cstopics
$ cd cstopics
Install necesary gems:
$ source installAll.sh
Start server:
$ source startServer.sh
Open http://127.0.0.1:4000/cstopics/ in the web browser.
Pull and push:
$ source push.sh