Installation
Depending on your purposes there are several ways to install Phrozn:
If you plan to extend Phrozn it is suggested to fork official repository, otherwise installation via project's PEAR channel is the most easy way to proceed. Should you need raw sources, you can have them too.
System Requirements
- PHP 5.3+
- PEAR Installer
- Pure Soul
Use PEAR Channel
To install, you first need to subscribe to Phrozn's official PEAR channel:
pear channel-discover pear.phrozn.info
Once channel is registered, you are ready to install Phrozn:
pear install phrozn/Phrozn
Right now Phrozn is in its BETA stage, so you might want to use following command to install:
pear install phrozn/Phrozn-beta
That's it! Read Getting Started guide for a quick start.
Fork on GitHub
Project's official repository is hosted on GitHub: http://github.com/farazdagi/phrozn
Download Sources
Download "master" branch in .tar.gz or in .zip format.
