Infinitas is an open source content management framework that was developed using the CakePHP framework (v2.x). Amongst other things, its a blog, cms, newsletter emailing system and on-line shopping cart.
To get started running Infinitas, follow the steps below. Infinitas is currently
tested and working (with some bugs) on various 5.2+ php installations with MySQL.
The web installer makes for easy installation, there is also a shell version but
has not been finalised just yet.
If you don’t have cake, download and set it up ( http://github.com/cakephp/cakephp )
you can also get it with git clone git://github.com/cakephp/cakephp
Make sure to use the latest version of 2.1 (2.2 has some backwards breaking changes in controllers)
(B) Via Git
================================================================================1) cd into your servers webroot directory
git clone git://github.com/infinitas/infinitas.git infinitas/
cd infinitas/
If you would like the extra plugins (recomended)
git submodule update --init --recursive
see instructions © below
sudo chown www-data:www-data -R ./
)sample data
option, it will install sample data regardless.Please let us know if you have any issues trying to run Infinitas. There is a bug tracker
at http://infinitas.lighthouseapp.com or #infinitas on IRC (freenode.net)