X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=INSTALL.md;h=df245ff0feb7fbd6639860d79ba8d55ae40c26a9;hb=f878daeb8bc9245a294677e4ac141f8bd37c2b4f;hp=63000f264b0c6ce80f4e6358244c1d70d7f62529;hpb=0269cd821311500acffed61edb1bc168d3fb5ec8;p=github%2Fwallabag%2Fwallabag.git diff --git a/INSTALL.md b/INSTALL.md old mode 100755 new mode 100644 index 63000f26..df245ff0 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,64 +1,3 @@ # Installing poche -## requirements - -it's highly recommended to have php cURL and tidy_parse_string to fetch articles content. - -## you don't want to install twig (the template engine) by yourself - -Download this file http://static.inthepoche.com/files/poche-1.0-latest-with-twig.zip - -Extract this file on your server. - -## you want to install twig by yourself - -Download the latest version here : http://www.inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche - -Extract this file on your server. - -```php -curl -s http://getcomposer.org/installer | php -php composer.phar install -``` - -### using sqlite - -Copy / paste install/poche.sqlite in db folder. - -### using mysql or postgresql - -Execute the sql file in /install (mysql.sql or postgres.sql) - -Then, go to step 3. - -# Upgrading poche - -Replace all the files except **db/poche.sqlite**. Also remember to edit the file /inc/poche/config.inc.php. - -## Upgrading from poche <= 0.3 - -You have to execute http://yourpoche/install/update_sqlite_from_0_to_1.php - -Then, go to step 3. - -## Upgrading from poche >= 1.0 beta1 - -Nothing to do here. - -Then, go to step 3. - -# Here is the step 3 - -You must have write access on assets, cache and db directories. These directories may not exist, you'll have to create them. - -You can use poche ! Enjoy. - -# Some problems you may encounter - -## Blank page - -Be sure to have write access on assets, cache and db directories. - -## PHP Fatal error: Call to a member function fetchAll() on a non-object in /var/www/poche/inc/poche/Database.class.php on line 42 - -If you want to install poche, delete the db/poche.sqlite file and copy / paste the install/poche.sqlite in /db. Be sure to have write access. \ No newline at end of file +Read the full documentation here: http://doc.inthepoche.com/doku.php?id=users:begin:install