Templates: Homeview Dashboard made generic with partial for the specifics
[unfold.git] / README
diff --git a/README b/README
index 4e4e195..9dc93fe 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-This file documents the contents of this module
-change
-Last update 20 FEB. 2015
+Last update 18 MAR. 2015
 
 Installation
 =================================================================
+Complete Guide: http://trac.myslice.info/wiki/Manifold/Install
+
 Recommended OS
 ===============
 Debian GNU/Linux 7.5 (wheezy) x64
@@ -33,15 +33,11 @@ git checkout onelab
 
 edit/create myslice/myslice.ini and enter the details of your manifold backend
 
-mkdir /var/unfold
-copy unfold.sqlite3 to /var/unfold
-
 $ ./manage.py syncdb
 $ ./manage.py migrate
+$ ./manage.py collectstatic
 
-use the unfold.sqlite3 i gave to u
-
-$ make redo
+Run the development server
 $ ./devel/server-loop.sh
 
 MANIFOLD