Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jeff Sturek
PlanetRed
Commits
6a7c4c01
Commit
6a7c4c01
authored
Jul 24, 2009
by
Matthew Juhl
Browse files
new mysql files for importing, complete with updated profile fields (see readme for more info)
parent
71234270
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
README
View file @
6a7c4c01
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
stable
_dump.sql
→
full
_dump.sql
View file @
6a7c4c01
This diff is collapsed.
Click to expand it.
safe_dump.sql
0 → 100644
View file @
6a7c4c01
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment