From d2e196c3b9df7782f4f1deb35d195f200b8443d3 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Thu, 13 Aug 2009 16:00:39 +0000 Subject: [PATCH] Use svn:externals to pull in all the necessary plugins, and add a setup script which will symlink all plugins. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0b922496..54912a21 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ Create a local directory for elgg data outside of the web root. Change the permissions so Apache has write access to it. sudo chown _www elgg_data Install the UNL_Templates pear packages - pear channel-discover pear.unl.edu && pear install unl/UNL_Templates-beta + pear channel-discover pear.unl.edu && pear install unl/UNL_Templates-beta unl/UNL_Services_Peoplefinder-beta DB Set the correct site url within the database: UPDATE elggsites_entity SET url='http://localhost/~bbieber/UNL_Elgg/elgg/' WHERE guid=1; UPDATE elggdatalists SET value = '/Library/WebServer/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path'; -- GitLab