Deploy PHP Project Via Archive URL

In Apiqcloud there is the automatic function of the whole project deploying in one archive or using URL. To add a new application package to the dashboard just do the next steps:

1. Upload your application package (PHP script) by clicking Upload in Apiqcloud Deployment Manager.


2. Browse to your local file. The Apiqcloud Deployment Manager supports .tar, .tar.gz, .zip and .bzip2 formats.
Note that the maximum available size of the uploaded local file is 150 MB. If your application size exceeds this limit, please use the URL for uploading.


3. To add a new application package via URL (http://, https:// or FTP://) navigate to the appropriate tab and enter there the required link.


NOTE:

  • Upload manager just links to the file

  • If you modify your linked file but do not change the link to it there is no need to enter URL again

  • If the ftp server needs authorization you'll have to put your URL in the following format:

    ftp://{login}:{password}@{server_name}/{path_to_file}/{MyPackage.*}

  • If you happen to select a file with an unsupported extension or you enter an incorrect URL, you will get an error message informing you of it.

 4. Click Upload and track the progress of the package uploading in the Tasks pane. Once the file is uploaded, it gets listed along with all your previous packages. Once uploaded, you have access to the Deploy and Delete options for that file.

5. Select your package in the list and click Deploy to the drop-down menu.



6. Choose the environment where you want to deploy your web application. In the opened window, specify the application's target context (if you want to deploy several projects into one server). Click Deploy.


Your web application will be deployed to the chosen environment in just a minute. After that, you can click Open in browser to open your application and make sure that everything works.
  • Deploy PHP Project Via Archive URL
  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

Deploy Node.js Project > via Archive / URL

Upload and Deploy Your Node.js Application With Apiqcloud you can easily upload and deploy...

Deploy Node.js Project Via GIT SVN

Deploy Node.js Project via GIT/SVN With Apiqcloudyou can host any public or your private...

MongoDB Node.js Connection

Node.js Application Connection to MongoDB MongoDB is a popular NoSQL databases, which is...

Application Connection to MySQL MariaDB

Node.js Application Connection to MySQL MariaDB MySQL and MariaDB are among of the most popular...

How to Connect PostgreSQL with Node.js Application

PostgreSQL is one of the most popular and advanced open-source database solutions. Within...