-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
33 lines (22 loc) · 842 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Github Pages Manager
====================
Proof of concept for creating a frontend for Github Pages using PHP and to play around with [webwork](http://github.com/troelskn/webwork)
Requirements
------------
* PHP > 5.2
* Git
* [webwork](http://github.com/troelskn/webwork)
Setup
-----
Make sure that you create an environments.local.inc.php in the config directory with this content:
$GLOBALS['git_repository'] = '/path/to/your/checkout/gh-pages/branch';
Make sure that the directory is writable by your php user.
Disclaimer
==========
This is only a proof of concept. Do not use on a live site. There are a lot of improvements necessary:
* Security concerns
* Better error handling
* Making it possible to actually push changes to github.com
* Make the layout better
* A lot of code cleanups
* Make Are you sure? questions