Home
Name Modified Size InfoDownloads / Week
phpVokabel_10.zip 2015-09-08 76.9 kB
phpVokabel_09.zip 2014-03-21 76.8 kB
phpvokabel_08.zip 2013-07-08 75.2 kB
README.TXT 2013-07-05 1.7 kB
phpvokabel_07.zip 2013-07-05 76.5 kB
phpvokabel_06.zip 2013-06-05 74.4 kB
phpvokabel_04.zip 2013-05-24 73.5 kB
phpvokabel_02.zip 2013-05-22 62.7 kB
Totals: 8 Items   517.8 kB 1
-----------------------------------------------------------------
Project: phpVokabel
URL    : https://sourceforge.net/projects/phpvokabel/
File   : RELEASE-NOTES.TXT
locense: see LICENSE.TXT
-----------------------------------------------------------------



What is phpVokabel ?
---------------------
An easy to use vocab trainer.

	    
-----------------------------------------------------------------

Notes:

	What you need:
	1. WebServer with >= PHP 5.x
	2. mysql Database and an account to install databases
	3. access to the webServer directory (and other, if needed)


Quick Install:
1. Copy the contents of this zip file into your webserver directory 
	(like [www.your.server.com]/phpvokabel) 

2. Create a mysql user with access to a database name 'phpvokabel', for example:
	mysql -u root -p
	grant all on phpvokabel.* to phpvokabel@localhost identified by "yourPassword";
	flush privileges;

3. Edit the file includes/config.php with the credentials from Step 2

4. Create the database with the command:
	mysql -u root -p <./phpvokabel.sql
	or with the user which has the rights to create 
	(see step 2).
	
5. Start your WebBrowser to [your.server]/phpvokabel

6. Log in with the user "phpvokabel" and password "phpvokabel" 
	This is the initial admin user (see phpVokabel.sql - last statement). 
	Note: If yo want to change it, before inserting, edit this line.
	It is not necessary for normal use.

7. Goto User Setup and create User, change the initial Password from Step 6.

Limitations:
- something, what i dont't know :-) - please report it to me at bforpc@yahoo.de


Have i nice day, hope to hear from you soon.


best regards from 
	Frankfurt, (old) germany :-)

	
Source: README.TXT, updated 2013-07-05