diff --git a/README.md b/README.md index 00f0e5a..fb3e6d4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ - Incremental file backup - Backup scheduling +Installation +-------- +Backup Commander requires a running webserver such as apache using php + +1. Grab the latest version from the repository: `git clone http://pearcey.net:8080/johnpearcey/backup-commander` +2. Navigate to the install folder `cd install` +3. Run the install bash script. Note that you must specify the web user which apache is serving as, e.g. www-root or http etc.. + + Add this line in the sudoers file (use visudo) and it must go AFTER the %sudo line