The second generation core framework for Pixelpost.
Note: This is an alpha release not intended for production use.
-
Apache 2 or higher
- mod_rewrite
-
PHP 5.3.0 or higher
- MBString
- SQLite3
- GD2
- Copy the
app
folder in your web directory. - Launch the install script
http://www.example.com/app/setup/index.php
. - Enjoy!
- Copy the
app
folder in your web directory. - Execute the command line
php app/setup/cli.php
. - Enjoy!
- Copy the
lite.phar.php
file in your web directory. - Launch the archive
http://www.example.com/lite.phar.php
. - Enjoy!
Run the command line php -d phar.readonly=0 phar/build.php
.
This will create a pixelpost.phar.php
file in your current directory.
You can rename that file but keep in mind that the
.phar
extension is mandatory..php
extension can be omitted but it permit to be executed by web server which don't understand.phar
extension.
(c) 2011-2012 Alban Leroux, Licensed under the Creative Commons BY-SA 3.0.