Faire un don

WebApp : Posh Portable

Description

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 générales

Infos techniques

Base de donnée : Oui
Fichiers de configuration de la webapp :

  • includes\config.inc.php (contient l’adresse du serveur MySQL et du serveur web)
  • includes\config.js (contient l’adresse du serveur web)
  • BdD : adm_config (contient l’adresse du serveur web et du serveur MySQL)

Extensions php nécessaires (par rapport au WebappsTemplate):

  • imap

Les magic_quotes doivent être désactivées dans le fichier php.ini

Afficher le fichier :

Startup.ini

[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';

Scripts.ini

Pas encore de script spécifique

Procédure utilisée pour la dernière mise à jour

Faire une sauvegarde de la base de donnée.
Télécharger la dernière version sur le site officiel
Copier le contenu de l’archive dans le dossier App/posh
Allez sur la page http://127.0.0.1/posh/install/
et suivez les étapes pour la mise à jour winking smiley

Changelog

13/05/11

FWM 0.9.14 + Mise à jour 3.0.2

19/01/11

Format PA.c + FWM 0.9.10
Réinstallation pour prendre en compte le nouveau thème
et ajouter les modules sociaux
Modification du startup.ini (config.js a changé)
Icône refaite.

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.