From 7470cd42093b52440b28f187b5cf3749a83aceb6 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Wed, 30 Jun 2010 20:49:06 +0000
Subject: [PATCH] update externals

---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 4b854e9e..48302905 100644
--- a/README
+++ b/README
@@ -62,9 +62,9 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
 -Set the correct site url within the unl_social database:
     mysql -u username -p
     use unl_social;
-    UPDATE elggsites_entity SET url='http://ucommbieber.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/bbieber/Documents/workspace/UNL_Elgg/elgg_data/' WHERE name = 'dataroot';
+    UPDATE elggsites_entity SET url='http://ucommmeranda.unl.edu/workspace/UNL_Elgg/elgg/' WHERE guid=1;
+    UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path';
+    UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/UNL_Elgg/elgg_data/' WHERE name = 'dataroot';
 -zip up elgg_data and ftp that
     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
-- 
GitLab