Skip to content
Snippets Groups Projects
Commit 7470cd42 authored by Seth Meranda's avatar Seth Meranda
Browse files

update externals

parent ea83a23c
Branches
No related tags found
No related merge requests found
...@@ -62,9 +62,9 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!) ...@@ -62,9 +62,9 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
-Set the correct site url within the unl_social database: -Set the correct site url within the unl_social database:
mysql -u username -p mysql -u username -p
use unl_social; use unl_social;
UPDATE elggsites_entity SET url='http://ucommbieber.unl.edu/workspace/UNL_Elgg/elgg/' WHERE guid=1; UPDATE elggsites_entity SET url='http://ucommmeranda.unl.edu/workspace/UNL_Elgg/elgg/' WHERE guid=1;
UPDATE elggdatalists SET value = '/Users/bbieber/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path'; UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path';
UPDATE elggdatalists SET value = '/Users/bbieber/Documents/workspace/UNL_Elgg/elgg_data/' WHERE name = 'dataroot'; UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/UNL_Elgg/elgg_data/' WHERE name = 'dataroot';
-zip up elgg_data and ftp that -zip up elgg_data and ftp that
zip -r newfilename elgg_data zip -r newfilename elgg_data
-replace your local copy of elgg_data with this one and make sure apache (could be _www or apache or ?) has write access to it -replace your local copy of elgg_data with this one and make sure apache (could be _www or apache or ?) has write access to it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment