installing sabre is a whole lot more complicated. It also doesn't like co-existing with other projects in the same web path. This is going to be fun.

This commit is contained in:
friendica 2013-10-21 15:29:27 -07:00
parent d98da77f2a
commit e3504df514

View file

@ -103,24 +103,6 @@ directory/path component in the URL) is REQUIRED.
git pull
- If you wish to use WebDAV file services
- First you should be **on** your website folder
cd mywebsite
- Then you should clone the sabre-dav repository (separately)
git clone https://github.com/fruux/sabre-dav sabre
- For keeping the sabre tree updated, you should be on you sabre tree and issue a git pull
cd mywebsite/sabre
git pull
3. Create an empty database and note the access details (hostname, username,
password, database name).