Skip to content

This repository is designed to document and explain in-detailed analysis of data, from concepts like mining or transforming to predictive analytics.

License

Notifications You must be signed in to change notification settings

arana-initiatives/arana-initiatives.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arana Initiatives CC BY 4.0

This repository is designed to document and explain in-detailed analysis of data, from concepts like mining or transforming to predictive analytics. The focus will be around

Quick Startes Guide

  • Setup jekyll and Ruby onto your local machine. Also, install all bundler related dependencies beforehand with install bundle command for the default jekyll theme.
  • Open terminal in the present working local website directory. For running jekyll type bundle exec jekyll serve --watch and ctrl+c to stop it. The --watch argument dynamically publishes the changes in the running website instance.
    • Also, jekyll process can be killed with following command ps aux |grep jekyll |awk '{print $2}' | xargs kill -9 if needed.
  • Only contributions to content are welcomed now, for that simply edit index.md file according to your changes. Also markdown, editing help is provided in the contribution guide.

This original work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0