You are using a designated ssh key with a strong passphrase? Make your like easier before working with you homebase:
ssh-agent
ssh-agent ssh/master_rsa.pub
- Clone your admin repo: ````git clone git@example.com:gitolite-admin```
- Read the documentation
- Just open the configured url in your browser and consume your rss feeds
- Currently a fork is being deployed as the original branch doesn't support setting the password programmatically
No auto updating => You have to do it yourself
vagrant ssh
sudo su - stringer
cd stringer
git pull
...
~/PATH/bin/binarysolo fwd PORT
Jekyll sites aren't stored in your gitolite setup (yet).
- Clone your site, add posts and push to
git clone jekyll@DOMAIN:SITENAME.git- example
git clone jekyll@example.com:example.git
- example
- If that site wasn't deployed from a template repo your site repo will be blank:
- Install jekyll locally ````gem install jekyll``` (details here )
- cd into your empty repo
- Scaffold your site
jekyll new . - Write stuff, commit and push.