semiotproject / semiotproject.github.io

Homepage of SemIoT Project

Home Page:http://semiot.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SemIoT Homepage

How to deploy on a local machine

Pre-requested

# if you are using other shell than Bash - replace .bashrc entries with you shell .rc

cd
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc

git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

rbenv install -v 2.2.3
rbenv global 2.2.3

Launch

sudo gem install jekyll

jekyll serve --config _config.yml,_config.development.yml

Port 4000.

About

Homepage of SemIoT Project

http://semiot.ru


Languages

Language:CSS 87.9%Language:HTML 8.0%Language:JavaScript 4.0%