This topic is locked
[SOLVED]

 Install application on client server

11/10/2011 4:40:43 PM
PHPRunner General questions
author

Hi all
I really do not know if you can help.
A client wants me to load an application I am designing on his server.

  1. I think the answer is no, I assume that I can not connect remotely to the server because I assume as its a office server that it is not visible on the web. is this likely and true?
  2. Would you agree the best solution is that once the application is finished save it as a template, load phprunner on to the server and then upload it via a 'log me in' application.
    I do not know how to approach this. I can design the application with ease but do not know much about connecting to a local server and I cannot go to site
    I know this is nothing to do with you guys, but what do you think

Sergey Kornilov admin 11/11/2011

What you need to do is to transfer files and database there. Zip all files in the output directory and put it somewhere on the web. Create database dump (use phpMyAdmin or Navicat for this purpose) and put it somewhere on the web as well.
Logon to that server using RDP or 'Log me in'. Download PHP files and database there. Unzip files under one of web server subdirectories. Install the database. Change connection string if required in include/dbcommon.php file.

7542 11/21/2011

Thanks. Great that will work