Packaging Project

One of the functions SistevProcess offers is the ability to export a project to a different facility SistevProcess your place. Thus, you can create a project on a local server for example, and export this to one or more Web servers.

This option allows you to maintain a level of security to keep the environment of development and production of your project apart. To package a project you must click on the "Package Project" button, this will open a new window of your browser and ask you to give him a path to download a compressed file format. Zip somewhere on your local machine.

After downloading the file to your local machine you can upload to your web server via FTP or your control panel, so you can install on your web server locally or as you wish. Importantly, if your project depends on a database, you must export it manually, because the packaging does not provide (for now) this functionality.
To run the application you just pack you must access the server path through your web browser where you saved the package project, for example: http://localhost/My_Project_1223455/. Doing this page appears a message like this: "App ready to execute ...". To run a specific process you must have created a url according to the "Manage urls Process" section, then use the url created by modifying the path to your installation path packaging project.

For example suppose you have created a type alias url for a given installation process on your SistevProcess, to see this url in the "Manage URLs Windows" window, suppose you have the following form:


 http://localhost/sistevprocess/server/index.php/process1/  

So for your packaging project may have the following form:


 http://localhost/My_Project_1223455/index.php/process1/  

Enter this new url in your browser and execution of your process should appear.

Note: In the above example the packaging project like installing SistevProcess is on the same local server.

No hay comentarios:

Publicar un comentario