Skip to content
Snippets Groups Projects
Commit d2e196c3 authored by Brett Bieber's avatar Brett Bieber
Browse files

Use svn:externals to pull in all the necessary plugins, and add a setup script...

Use svn:externals to pull in all the necessary plugins, and add a setup script which will symlink all plugins.
parent 4bcabf5f
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ Create a local directory for elgg data outside of the web root. ...@@ -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. Change the permissions so Apache has write access to it.
sudo chown _www elgg_data sudo chown _www elgg_data
Install the UNL_Templates pear packages 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: Set the correct site url within the database:
UPDATE elggsites_entity SET url='http://localhost/~bbieber/UNL_Elgg/elgg/' WHERE guid=1; 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'; UPDATE elggdatalists SET value = '/Library/WebServer/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment