diff --git a/README b/README index ba07c9e5989eed541cfb149e763cad0e5a2fbd46..5526fab2eb97b632cd1a28c5f707f7763995587b 100644 --- a/README +++ b/README @@ -1,3 +1,15 @@ -How to set up UNL_Elgg +How to set up UNL_Elgg: Sym-link elgg/mod/unl_theme=>unl_theme -Enable the unl_theme plugin. \ No newline at end of file +Create a database named unl_social +Import the stable_dump.sql file + mysql -u root unl_social < stable_dump.sql +Browse to the elgg directory in your web browser. +Create the local elgg/.htaccess file using the sample on the install page + Be sure to set the correct RewriteBase /~bbieber/UNL_Elgg/elgg/ for example. +Create the local elgg/engine/settings.php file. + Be sure to specify unl_social as the database name +Install the UNL_Templates pear packages + pear channel-discover pear.unl.edu && pear install unl/UNL_Templates-beta +Set the correct site url within the database: + UPDATE elggsites_entity SET url='http://localhost/~bbieber/UNL_Elgg/elgg/' WHERE guid=1; +Make sure the local site has an updated copy of the templatedependents \ No newline at end of file