I am new to PHP. I have a PHP application which I need to deploy to PHP Fog. I have already configured the database and the credentials to use the remote repository using git. I can push the content to PHP fog.
The problem is that I don't understand what I have to push, why I have so many folders.
The zip file contains the following folders: application library nbproject public 1.clpprj (What is this?)
application contains the folders: configs, forms, layouts, models, modules, pdf and the file Bootstrap.php which starts with the following line: class Bootstrap extends Zend_Application_Bootstrap_Bootstrap.
public contains a lot of folders and files. I think that this is the root of the project. it contains folders like img, js, fonts, css, the file index.php.
I received the following instructions:
1) define the folder for hosting, if you have access to the root of the site that copy all the are stored in the "public" folder in the archive to the root of the site
2) if you have access to one directory above the root of the site, then copy there all the other folders (except for "public") .
Any help deploying this application?