Start details:
- Windows 7 Professional 64 bit
- WAMP Version: 2.5
- MySQL Version: 5.6.17
- PHP Version: 5.5.12
- Apache Version: 2.4.9
I also have Git, Heroku Toolbelt, etc.
I am trying to deploy a PHP inventory web application that I have on my computer using Heroku.
It is currently installed on my PC using the WAMP server. Until that moment, it was just a web application used in a country club, where any computer / phone / tablet could access and set up inventory if they were on the same wireless network as the server.
Right now, I'm trying to get to the point that the country club can access the application from anywhere, and decided that I can post it on Heroku.
Each tutorial I watch / read explains how to deploy one index.php file containing one line of code that says something like "Hello world!" but this application contains 8 folders and 22 php files, all in the "www" section of the WAMP file. I tried to study the concepts of how this works (creating a single file for everything, trying to deploy index.php I already have, etc.)
I tried textbooks and read and did Heroku a lot, but I canβt move forward with anything, adding user authentication or the ability to sell it to restaurants / country clubs. I read every word in Heroku tutorials, and I did not encounter one error during everything I try, but at the end of it all, when I try to open "heroku open", it opens a blank page.
The www directory contains: - cgi-bin - css - dbBackup - img - inc - js - tcpdf
- tmp
Then there are all the PHP files of the various application functions listed below.
My main question here is: what is the file that is deployed to Heroku in this situation? I donβt understand how CSS, JS, and other base-related functions are included in a single index.php file, which is apparently a file that was deployed when a web application like this was launched.
Thanks!