myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [1907] trunk: Moved publicdata.txt to doc/


From: noreply
Subject: [myexperiment-hackers] [1907] trunk: Moved publicdata.txt to doc/
Date: Thu, 30 Oct 2008 11:18:15 -0400 (EDT)

Revision
1907
Author
drn05r
Date
2008-10-30 11:18:15 -0400 (Thu, 30 Oct 2008)

Log Message

Moved publicdata.txt to doc/

Added Paths

Removed Paths

Diff

Added: trunk/doc/publicdata.txt (0 => 1907)


--- trunk/doc/publicdata.txt	                        (rev 0)
+++ trunk/doc/publicdata.txt	2008-10-30 15:18:15 UTC (rev 1907)
@@ -0,0 +1,32 @@
+Generating A Public Data Version of the myExperiment Database
+-------------------------------------------------------------
+
+There is a PHP script in lib/maintenance called GeneratePublicData.php.
+This is designed to produce a version of the myexperiment database that 
+can be distributed to 3rd party developers so that they can develop 
+their own apps.  This script is currently in development and therefore
+may not yet remove all private data.  Below is a set of instructions on 
+how to use the script.
+
+(1) Open lib/maintenance/GeneratePublicData.php in a editor and set the
+user, password, database, server and salt variables.  Also ensure that the path
+of php is set correctly, this path is in the first line of the file.
+
+(2) If you are running the script of Linux ensure user execute privileges 
+are set and then use the following command:
+
+   ./GeneratePublicData.php
+
+If you are running this script on an non-linux based system you may need
+the following command:
+
+  <fullpath>/php GeneratePublicData.php
+
+Where <fullpath> is where the PHP executable is located.
+
+(3) When the script runs it will prompt you for a password.  This is the
+same as the one that you set in (1).
+
+(4) Once the script has finished it should have created a file entitled
+myexp_public.sql in the directory as the script.  Import this into an blank
+database (i.e. no data or tables) in your own copy of mysql.

Deleted: trunk/publicdata.txt (1906 => 1907)


--- trunk/publicdata.txt	2008-10-30 15:01:53 UTC (rev 1906)
+++ trunk/publicdata.txt	2008-10-30 15:18:15 UTC (rev 1907)
@@ -1,32 +0,0 @@
-Generating A Public Data Version of the myExperiment Database
--------------------------------------------------------------
-
-There is a PHP script in lib/maintenance called GeneratePublicData.php.
-This is designed to produce a version of the myexperiment database that 
-can be distributed to 3rd party developers so that they can develop 
-their own apps.  This script is currently in development and therefore
-may not yet remove all private data.  Below is a set of instructions on 
-how to use the script.
-
-(1) Open lib/maintenance/GeneratePublicData.php in a editor and set the
-user, password, database, server and salt variables.  Also ensure that the path
-of php is set correctly, this path is in the first line of the file.
-
-(2) If you are running the script of Linux ensure user execute privileges 
-are set and then use the following command:
-
-   ./GeneratePublicData.php
-
-If you are running this script on an non-linux based system you may need
-the following command:
-
-  <fullpath>/php GeneratePublicData.php
-
-Where <fullpath> is where the PHP executable is located.
-
-(3) When the script runs it will prompt you for a password.  This is the
-same as the one that you set in (1).
-
-(4) Once the script has finished it should have created a file entitled
-myexp_public.sql in the directory as the script.  Import this into an blank
-database (i.e. no data or tables) in your own copy of mysql.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]