infinitas

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.

125
36
PHP

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.

(A) Quick Start Guide

  1. 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) Manually

  1. download the app from http://github.com/infinitas/infinitas
  2. extract the files to the app dir, not …/app/infinits/ but …/app/
  3. If you would like the extra plugins (recomended)
    3a) you will need to download them all manually and put them in the plugins folder. maybe its time to start using git
  4. see instructions © below

(B) Via Git
================================================================================1) cd into your servers webroot directory

  1. git clone git://github.com/infinitas/infinitas.git infinitas/

  2. cd infinitas/

  3. If you would like the extra plugins (recomended)
    git submodule update --init --recursive

  4. see instructions © below

© Installation

  1. make APP/config/ and APP/tmp/ writeable for the installation
    (or just make the entire app owned by the web server sudo chown www-data:www-data -R ./)
  2. create a db (remember the name and login details for just now)
  3. visit the corresponding url to where you cloned it to (http://localhost/ or infinitas/ maybe)
  4. Follow the instructions
    8a) although there is a sample data option, it will install sample data regardless.
  5. If all has gone well you should be on a screen that asks you to enter the main administration details, fill this out and hit enter
  6. pat yourself on the back, infinitas is now running 😃

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)