diff --git a/apps/todos/README b/apps/todos/README index d30b446..9ecce5f 100644 --- a/apps/todos/README +++ b/apps/todos/README @@ -20,17 +20,16 @@ Pluf. 3) Edit www/index.php and ensure that the variable $path_to_Pluf is pointing to the folder where your Pluf.php file is. -4) Point your web browser to /testapp/index.php?_px_action=/install/ it will - create the necessary tables to test the Todo application. +4) Go in the folder "src" which contains the Todo folder and type: + + $ php ../../../src/migrate.php --conf=Todo/conf/todo.php -i -a -d 5) Go to /testapp/index.php and enjoy this little todo application. Uninstallation ---------------- -1) Point your web browser to /testapp/index.php?_px_action=/uninstall/ - -2) Delete the files in the 'tmp_folder'. +1) Delete the files in the 'tmp_folder'. -3) Delete the /testapp/conf/testapp.php file. +3) Delete the /Todo/conf/todo.php file.