partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a47e808f1bb5239e6dd1cb65e9a9d3294d4884a0
parent 56c2c277a6b3bded5556879160532ab290cb476e
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  8 Sep 2011 00:28:01 +0200

Added more detailed instructions on what to do after the setup script is done

Diffstat:
Mtesting/SetupDatabase.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testing/SetupDatabase.php b/testing/SetupDatabase.php @@ -177,7 +177,9 @@ if ($migration) { PartKeepr::getEM()->flush(); } -echo "All done. Use the user 'admin' with password 'admin' to login\n"; +echo "All done.\n\n"; +echo "You need to execute `php doctrine.php migrations:migrate` in the PartKeepr root directory to apply migrations now.\n\n"; +echo "Use the user 'admin' with password 'admin' to login. Access the frontend using the `build` directory.\n"; apc_clear_cache(); apc_clear_cache("user");