diff --git a/README b/README index 0b92249612c47b3287a3c81ff801ac3ee1e6a0cc..54912a217134789812dfd34302165748cebd3fed 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';