Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
PlanetRed
Commits
6a7c4c01
Commit
6a7c4c01
authored
15 years ago
by
Matthew Juhl
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+13
-2
13 additions, 2 deletions
README
full_dump.sql
+788
-62
788 additions, 62 deletions
full_dump.sql
safe_dump.sql
+6033
-0
6033 additions, 0 deletions
safe_dump.sql
with
6834 additions
and
64 deletions
README
+
13
−
2
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
This diff is collapsed.
Click to expand it.
stable
_dump.sql
→
full
_dump.sql
+
788
−
62
View file @
6a7c4c01
This diff is collapsed.
Click to expand it.
safe_dump.sql
0 → 100644
+
6033
−
0
View file @
6a7c4c01
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment