Skip to content
Snippets Groups Projects
Commit 6a7c4c01 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

new mysql files for importing, complete with updated profile fields (see readme for more info)

parent 71234270
No related branches found
No related tags found
No related merge requests found
How to set up UNL_Elgg:
Sym-link elgg/mod/unl_theme=>unl_theme
Create a database named unl_social
Import the stable_dump.sql file
Import the full_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
......@@ -17,4 +17,15 @@ 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';
UPDATE elggdatalists SET value = '/Library/WebServer/Documents/workspace/elgg_data/' WHERE name = 'dataroot';
Make sure the local site has an updated copy of the templatedependents
\ No newline at end of file
Make sure the local site has an updated copy of the templatedependents
*Notes on importing data:
full_dump.sql is is full copy of the mysql database that must be modified upon import.
safe_dump.sql can be imported without the need for modification
when importing full_dump.sql, you must modify certain rows in the tables elggdatalists and elggsites_entity so
that they pertain to the local elgg site instance. (so if you see something like
http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment