partkeepr

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

commit 0e7002d7bc55cc9c0d032576ba97a08c0f689ff5
parent 10aad02c791f6fc957350cd9427011d0fda165ca
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  5 Jul 2011 08:06:05 +0200

Updated the installation instructions

Diffstat:
Mdocumentation/QUICK-INSTALL | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/documentation/QUICK-INSTALL b/documentation/QUICK-INSTALL @@ -65,18 +65,16 @@ phing test-setup Install the database and test data ---------------------------------- -Create the user partkeepr, password partkeepr with access to the partkeepr database -in mysql (e.g. with phpmyadmin). +Create a database on your database server. Right now, we support MySQL (preferred) and PostgreSQL (minor problems). +You can also try SQLite3, Oracle and MSSQL - but it's not guaranteed that it works. + +Setup the database using the SetupDatabase.php script in the "testing" folder. The SetupDatabase.php script has a help, +you can see it by using php testing/SetupDatabase.php --help -Then execute the file testing/SetupDatabase.php from the command line. Command line is important because you need to enter "YES" to confirm the operation. -Username/Password is test/test, but right now the system automatically logs -you in (makes development easier). - - Building the frontend ---------------------