Download the project.zip file https://sourceforge.net/projects/tinyfreelancer/files/?
and
1) On your WEB SERVER on WWW create a folder (project)
2) Unzip the files folders there
3) Create on your MySQL server on phpmyADMIN a data base with name , username , password
4) Import Sql.txt in myphpadmin on your dbase
5) Ready ...run the application
You can find in include folder dbcommon.php (these are for UNISERVER default username/password and a database made in phpadmin with name project1)
$host="localhost";
$user="root";
$pwd="root";
$port="";
$sys_dbname="project1";
and unzip UNIFORM SERVER & APPLICATION on your disc and
1) double click Start_as_program.exe
2) Push start both button (Apache & MySQL)
3) Surf the http://localhost/project
4) Enjoy!
Last edit: John Georgiou 2013-04-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For more you can Visit http://www.valid.gr
LIVE DEMO to :
http://www.valid.gr/project1
Download the project.zip file
https://sourceforge.net/projects/tinyfreelancer/files/?
and
1) On your WEB SERVER on WWW create a folder (project)
2) Unzip the files folders there
3) Create on your MySQL server on phpmyADMIN a data base with name , username , password
4) Import Sql.txt in myphpadmin on your dbase
5) Ready ...run the application
You can find in include folder dbcommon.php (these are for UNISERVER default username/password and a database made in phpadmin with name project1)
$host="localhost";
$user="root";
$pwd="root";
$port="";
$sys_dbname="project1";
You can download UNIFORM SERVER (PHP & MySQL)
Download this
https://sourceforge.net/projects/miniserver/files/Uniform%20Server/8.8.2-Coral/
This is a portable WEB/MySQL server that no need of install just run it even from your usb stick.
If you use it check here
https://sourceforge.net/projects/miniserver/files/Uniform%20Server/8.8.2-Coral/
Then follow the 5 steps
OR ......
Download this uniform-project.zip here
https://sourceforge.net/projects/tinyfreelancer/files/?
and unzip UNIFORM SERVER & APPLICATION on your disc and
1) double click Start_as_program.exe
2) Push start both button (Apache & MySQL)
3) Surf the http://localhost/project
4) Enjoy!
Last edit: John Georgiou 2013-04-29