Home
Name Modified Size InfoDownloads / Week
phpEinkaufsplaner_3.3.zip 2014-08-29 120.2 kB
phpEinkaufsplaner_3.2.zip 2014-04-23 119.6 kB
README.TXT 2014-03-21 2.6 kB
phpEinkaufsplaner_3.0.zip 2014-03-21 97.5 kB
phpEinkaufsplaner_2.0.zip 2014-03-10 78.3 kB
Totals: 5 Items   418.2 kB 0
-----------------------------------------------------------------
Project: phpEinkaufsplaner
File   : README.txt
locense: see LICENSE.TXT
-----------------------------------------------------------------


Overview:
========
	a) Notes
	b) I need you
	c) What you need
	d) Quick Install
	
	
a) Notes
========
This Software ist optimized for Mobile Devices - so it looks a little to big at PC Screens.
You can change this in the style sheet, if you like.
Also this Software is in GERMAN Language only - if you like other languages - let me know !



b) I NEED YOU !
===============
	I write this software, because i dont find an easy to use /
	administrate system, what is also usable for my wife and
 	children :-) I work on it many hours and still working
	on it. So if you have questions, a wish or find bugs, 
	please report it to me via mail to repcom@gmail.com and 
	i will answer as soon as possible. 
	
	So i need your help and your announcement.
	
	And ... if you find this software helpfull - 
	I'd be happy if you send me a mail.
	    
-----------------------------------------------------------------


c) 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)


d) Quick Install:
=================

Fresh Install or update:
1.	Copy the contents of this zip file to your webserver directory 
	(like [www.your.server.com]/phpEinkaufsPlaner).
	Note: This programm needs at this moment a sub directory (phpeinkaufsplaner) in your webServer root dir! 
	
2.	Create a mysql user with access to a database name 'phpEinkaufsPlaner', for example:
	mysql -u root -p
	grant all on phpEinkaufsPlaner.* to phpEinkaufsPlaner@localhost identified by "yourPassword";
	flush privileges;

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

4.	Create the database with the command:
	mysql -u root -p <./inc/phpEinkaufsplaner.sql
	or with the user which has the rights to create 
	(see step 2).
	CAUTION: if you import the sql from "phpmyadmin", check that 
	you have the compatibility mode set to "MYSQL40".
	
5. 	Start your WebBrowser to [your.server]/phpEinkaufsPlaner

6. 	Log in with the user "admin" and password "admin" or with the user from previous install. 
	("admin" is the initial administrative user).

7. 	Goto config/users and set your values at your needs.


If you like this software - or not - please let me know!!!


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

best regards from 
	Frankfurt, germany

	
Source: README.TXT, updated 2014-03-21