Skip to content

Commit

Permalink
working on universal install instructions for debian lenny
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 30, 2011
1 parent f675f80 commit 15d6340
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ UNDER TRANSITION

THIS CODE DOES NOT CURRENTLY WORK.

when the maintenance window is finished (which it is not if you are reading this), you'll be able to install as follows:

* get a clean debian lenny install
* log as root and run:
* wget --no-check-certificate https://github.com/michiel-unhosted/unhosted/raw/master/install.sh
* sh install.sh
* hit enter on all questions.

Please see [http://github.com/michiel-unhosted/myfavouritesandwich](http://github.com/michiel-unhosted/myfavouritesandwich) (client-side) and [http://github.com/michiel-unhosted/DemoRedlibreOrg](http://github.com/michiel-unhosted/DemoRedlibreOrg) (server-side) while we refurbish this repository to contain the latest version of App, The Data, and Everything.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rm 000-default
ln -s ../sites-available/dev.unhosted.org 001-dev.unhosted.org
mkdir -p /var/www/my-unhosted-website/dav/dev.unhosted.org
chown -R www-data /var/www/my-unhosted-website/dav/
a2enmod mod_dav
a2enmod dav
a2enmod dav_fs
a2enmod headers
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion www/unhosted/webfinger.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once('../unhosted_includes/init.php');
require_once('init.php');

if(isset($_GET['q'])) {
header('Content-Type: application/xml+xrd');
Expand Down

0 comments on commit 15d6340

Please sign in to comment.