1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-21 05:11:56 -05:00
2014-01-09 15:51:36 +01:00
2014-01-09 14:26:58 +01:00
2013-12-10 16:19:32 +01:00
2013-11-23 00:17:39 +01:00
2013-11-22 15:01:46 +01:00
2013-11-21 10:00:00 +01:00
2013-11-23 10:45:29 +01:00

Poche v2 Build Status

This is a Proof of Concept of Poche v2 using the PHP micro-framework Silex.

Installation

Get Composer and install Silex:

curl -s http://getcomposer.org/installer | php
php composer.phar install

Then configure your webserver to point to the web/ directory. Some documentation is available on the Silex documentation page.

If you are using PHP 5.4 you can run Poche v2 by using the embedded webserver:

php -S localhost:8080 -t web web/index.php

Poche should now be running at http://localhost:8080.

Then you should initialize your database by running:

./console db:create

Test

For unit tests (using Atoum) use:

./console tests:unit

For functional tests you'll need phpunit:

phpunit
Description
No description provided
Readme 42 MiB
Languages
PHP 28.3%
Gettext Catalog 25.1%
Modelica 19.9%
HTML 14.7%
CSS 9.4%
Other 2.6%