Version 2.2.1 now released (21 December 2007).
See changelog.
PHP-based installer If you aren't running Windows, or you already have a web server set up, this installer is for you. You will need a appropriately configured webserver set up. The installer will check that everything is kosher and get you started with an default site.
Windows installer. This contains all the software you need to get SilverStripe up and running on a Windows machine. It contains, Lighthttpd, PHP5, MySQL, and all the core SilverStripe files. This is a great way to try SilverStripe out on your local machine, or set up a development box.
Note: Both of these SilverStripe pages include a number of open source third-party packages. Thanks to all the developers for releasing their work under appropriately flexible licenses.
This is our most recent release candidate. Please help us to test it, and submit bugs you find (register).
If you are interested in being on the pulse of the SilverStripe codebase, check out our daily builds or use subversion. The following command will install a fresh copy of SilverStripe, with the PHP-based installer;
svn co http://svn.silverstripe.com/open/phpinstaller/trunk/ SilverStripeSite
You can download other modules (such as forum, blog, ecommerce, etc) at http://svn.silverstripe.com/open/modules/ . E.g.
svn co http://svn.silverstripe.com/open/modules/ecommerce/trunk/ ecommerce
We would be delighted for you to submit code patches and work your way up to being a contributor with write-access to the repository. Please email sigurd@silverstripe.com for access or to answer questions.
You can browse the code source and view bugs/requests thanks to trac at http://open.silverstripe.com/
Our open source effort will only work with volunteers contributing code, themes, examples, and documentation. Please see our contributing guide.