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

updated readme

parent be96e049
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
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
Import the full_dump.sql file*
mysql -u root unl_social < stable_dump.sql
......@@ -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_"
\ No newline at end of file
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