Faire un don

WebApp : Posh Portable

Description

English

With Posh, you can create your netvibes-like web portal quickly and easily.
Use the widgets offered and create your own.

Français

Posh vous permet de créer votre portail Web à la netvibes de façon simple et rapide. Utilisez les widgets proposés et créez les vôtres.

Infos

Posh Portable Scripts

Startup

[UpdateEskuelPort]
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}


[UpdateMySQLPort]
Name=Update Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\includes\config.inc.php
SearchPattern=define\("__SERVER","localhost(:\d*)?"\);
ReplaceValue=define("__SERVER","localhost:{$mysql_port}");


[UpdateWebPortConfigPHP]
Name=Update web Port Config PHP
Description=Update posh config with the open web Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\includes\config.inc.php
SearchPattern=define\("__LOCALFOLDER","http://127.0.0.1(:\d*)?/posh/"\);
ReplaceValue=define("__LOCALFOLDER","http://127.0.0.1:{$zmws_port}/posh/");


[UpdateWebPortConfigJS]
Name=Update web Port Config JS
Description=Update posh config with the open web Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\includes\config.js
SearchPattern=var __LOCALFOLDER="http://127.0.0.1(:\d*)?/posh/";
ReplaceValue=var __LOCALFOLDER="http://127.0.0.1:{$zmws_port}/posh/";


[UpdateAdminServerSQLPort]
Name=Update Server SQL
Description=Update posh "adm_config" table with some real config values
Type=SQL
Query=UPDATE `adm_config` SET `value`='localhost:{$mysql_port}' WHERE `parameter`='SERVER';

[UpdateAdminLocalFolderPort]
Name=Update LocalFolder
Description=Update posh "adm_config" table with some real config values
Type=SQL
Query=UPDATE `adm_config` SET `value`='http://127.0.0.1:{$zmws_port}/posh/' WHERE `parameter`='LOCALFOLDER';

Procédure utilisée pour la mise à jour 2.1.1 → 2.2.0

Faire une sauvegarde de la base de donnée.
Télécharger la version 2.2 sur le site officiel
Copier le contenu de l’archive dans le dossier App/posh
Lancer PoshPortable.exe
Allez sur la page http://127.0.0.1/posh/install/
et suivez les étapes pour la mise à jour, a priori il n’y a pas de piège winking smiley

Changelog

27/11/09

Dégraissage du dossier php5
Suppression du compte “user” puisqu’avec cette version l’admin a son propre portail
Modification du message d’aide en fonction.