Installing EasyPHP and MySQL data with application files
I wrote some code in PHP that uses a MySQL database. It run with EasyPHP for Windows. Now it's quite difficult to install these on another PC. I have to:
- Install EasyPHP
- Copy .php files in www directory
- Run the .sql file on 开发者_JS百科PhpMyAdmin
How can I make the installation easier?
You can use a Framework like http://www.appcelerator.com/ to bundle your code as standalone application.
Mind you, it only has PHP support, so you would need to switch to SQlite or similar..
精彩评论