Solar System
In the spirit of some other framework projects, the Solar Framework for PHP 5 now offers a ready-to-use Solar system to get new users off to a quick start. It’s not prepared as a tarball just yet, but it is available for checkout or export using Subversion from http://svn.solarphp.com/system/trunk.
For example, if you make a checkout in your document root …
$ cd /var/www/html
$ svn checkout http://svn.solarphp.com/system/trunk solar
… and follow the README instructions, you will have a fully-operational installation in very short order, including an SQLite database, authentication, and three example applications:
- http://example.com/solar/index.php
- A simple “hello world”
- http://example.com/solar/index.php/hello-app
- A complex “hello world” with authentication and localization
- http://example.com/solar/index.php/bookmarks
- A “bookmarks” application.
(Note that the “index.php” is only in the evaluation deployment; when you create a virtual host and point it at the Solar system document root, a .htaccess file makes the “index.php” unnecessary.)
You can read more about the structure and principles of the Solar system here.
August 26th, 2008 at 06:54
Most excellent! :) Glad to see this get out there to the public – I know it’ll help pull even more people into checking out this great framework (and its quest to take over the world, mwhahah)
August 26th, 2008 at 08:21
This looks great, gonna have a play with this tonight!
August 26th, 2008 at 15:48
[...] is now available for checkout using Subversion from http://svn.solarphp.com/system/trunk. In his blog, Paul M. Jones posted, “the Solar Framework for PHP 5 now offers a ready-to-use Solar system [...]
November 7th, 2008 at 03:45
[...] – bookmarked by 5 members originally found by ither on 2008-11-04 Solar System http://paul-m-jones.com/?p=305 – bookmarked by 2 members originally found by metzecki on [...]