-
Notifications
You must be signed in to change notification settings - Fork 0
Install
squarerootfury edited this page Jun 4, 2016
·
8 revisions
The installation of hitchhike is flawlessly easy. You will need git for updates and composer to manage the third party libraries. A usage without composer is not planned.
Attention: Make sure your the permissions of the folder are correct, e. g. the webserver process can create files.
Before installing, check if your environment meets the requirements.
git clone https://github.com/gethitchhike/hitchhike.git
cd hitchhike/
Hitchhike will automatically update dependencies and needed units. Also, your blog will be initalized with a default configuration.
chmod +x ./hm.php
./hm.php init
Congratulations! Hitchhike is installed!
Edit content/blog.json
for your needs.
Depending on your webserver, secure the ./content/
folder with preventing direct file access from outside.