Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.04 KB

README.adoc

File metadata and controls

37 lines (23 loc) · 1.04 KB

Razbor-poletov.com setup

Join the conversation

Join the chat at https://gitter.im/razbor-poletov/razbor-poletov.github.com

Build And Deploy razbor-poletov.com

Travis-CI status

Build Status

Setup Local Environment

  1. Clone sources from GH

    1. git clone [email protected]:razbor-poletov/razbor-poletov.github.com.git

    2. git co source

  2. Setup Ruby

    1. gem install bundler

    2. bundle install

  3. Setup deploy folder

    1. rake setup_github_pages and enter [email protected]:razbor-poletov/razbor-poletov.github.com.git

    2. cd _deploy

    3. git pull origin master

Add New Post

rake new_post\[episode-100\]

Preview Website

rake clean preview

Generate and Deploy

rake clean gen_deploy