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: How to set up UNL_Elgg:
Sym-link elgg/mod/unl_theme=>unl_theme Sym-link elgg/mod/unl_theme=>unl_theme
Create a database named unl_social 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 mysql -u root unl_social < stable_dump.sql
Browse to the elgg directory in your web browser. Browse to the elgg directory in your web browser.
Create the local elgg/.htaccess file using the sample on the install page Create the local elgg/.htaccess file using the sample on the install page
...@@ -18,3 +18,14 @@ Set the correct site url within the database: ...@@ -18,3 +18,14 @@ Set the correct site url within the database:
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';
UPDATE elggdatalists SET value = '/Library/WebServer/Documents/workspace/elgg_data/' WHERE name = 'dataroot'; 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 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.
Please register or to comment