Skip to content
Snippets Groups Projects
Commit 1d94bfad authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

updated readme

parent be96e049
Branches
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 Navigate to the elgg/mod directory in Terminal and sym-link to cas_auth and unl_theme
ln -s ../../cas_auth cas_auth
ln -s ../../unl_theme unl_theme
Create a database named unl_social Create a database named unl_social
Import the full_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
...@@ -36,7 +38,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!) ...@@ -36,7 +38,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
******* *******
** Changes made to the Elgg engine for UNL's implementation (outside of the mod dir) ** Changes made to the Elgg engine for UNL's implementation (changes made inside the elgg directory)
******* *******
-Added /elgg/account/getemail.php
-Altered /elgg/engine/lib/users.php to bar registration of accounts starting with "unl_" -Altered /elgg/engine/lib/users.php to bar registration of accounts starting with "unl_"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment