Skip to content

Deploy jekyll site and run jekyll-rebuilder on centos 6

Notifications You must be signed in to change notification settings

GSA/jekyll-centos-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-centos-deploy

Deploy jekyll site and run jekyll-rebuilder on centos 6

This will deploy your jekyll files hosted on github.com onto a fresh CentOS 6 box, set up jekyll-rebuilder to be managed by supervisord, so that it is ready for webhook calls from github.com. Any commit made to master branch will trigger a git pull and jekyll build, so new changes can go live right away.

The only files that matter are those in deployment folder. The rest is plain jekyll dummy files created by jekyll build command.

WARNING: This is supposed to be run on a fresh CentOS box. It will configure the system based on this assumption.

  • Set up the site
# cd /tmp
# curl -LO https://github.com/GSA/jekyll-centos-deploy/raw/master/deployment/build.sh
# chmod +x build.sh
You might want to change the APPNAME and SECRET values before next step
# ./build.sh

That is it.

About

Deploy jekyll site and run jekyll-rebuilder on centos 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published