2014-09-20 04:10:49 +02:00
title: SilverStripe Documentation
introduction: Welcome to the SilverStripe Developer Documentation. This website is aimed at website developers looking to learn how to build and manage web applications with the SilverStripe Framework.
2011-02-07 07:48:44 +01:00
2014-09-20 04:10:49 +02:00
## Getting Started with SilverStripe
2011-02-07 07:48:44 +01:00
2014-09-20 04:10:49 +02:00
Before you start developing your first web application, you'll need to install the latest version of SilverStripe onto
2015-01-24 10:49:34 +01:00
a web server. The [Getting Started ](/getting_started ) section will show you what
[server requirements ](/getting_started/server_requirements ) you will need to meet and how to
[download and install SilverStripe ](/getting_started/installation ).
2011-02-07 07:48:44 +01:00
2015-01-24 10:49:34 +01:00
To check out the features that SilverStripe offers without installing it, read the [Feature Overview ](http://www.silverstripe.org/software/ )
2014-09-20 04:10:49 +02:00
and play with the interactive [demo website ](http://demo.silverstripe.org/ ).
2011-02-07 07:48:44 +01:00
2014-09-20 04:10:49 +02:00
## Getting support
2011-02-07 07:48:44 +01:00
2015-01-24 10:49:34 +01:00
SilverStripe has an wide range of options for getting support. The [forums ](http://www.silverstripe.org/community/forums/ )
and [IRC channel ](http://irc.silverstripe.org/ ) are the best places to talk and discuss questions and problems with the
2014-09-20 04:10:49 +02:00
community. There are also several other websites with SilverStripe documentation to make use of.
2011-02-07 07:48:44 +01:00
2015-01-24 10:49:34 +01:00
* The [API Documentation ](http://api.silverstripe.org/ ) contains technical reference and class information.
2014-09-20 04:10:49 +02:00
* The [User Help ](http://userhelp.silverstripe.com ) website contains documentation related to working within the CMS.
2011-02-07 07:48:44 +01:00
2016-02-17 22:21:59 +01:00
New features, API changes and the development [roadmap ](http://www.silverstripe.org/software/roadmap/ ) for the product are
2014-09-20 04:10:49 +02:00
discussed on the [core mailinglist ](https://groups.google.com/forum/#!forum/silverstripe-dev ) along with
[UserVoice ](http://silverstripe.uservoice.com/forums/251266-new-features ).
2011-02-07 07:48:44 +01:00
2014-09-20 04:10:49 +02:00
## Building your first SilverStripe Web application
2011-02-07 07:48:44 +01:00
2015-01-24 10:49:34 +01:00
Once you have completed the [Getting Started ](/getting_started ) guide and have got SilverStripe
2015-02-12 05:15:53 +01:00
installed and running, the following [Tutorials ](http://silverstripe.org/learn/lessons ) will lead through the basics and core concepts of
2014-09-20 04:10:49 +02:00
SilverStripe.
2011-02-07 07:48:44 +01:00
2015-01-24 10:49:34 +01:00
Make sure you know the basic concepts of PHP5 before attempting to follow the tutorials. If you have not programmed with PHP5 be sure to read the [Introduction to PHP5 (zend.com) ](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner ).
2011-02-07 07:48:44 +01:00
2014-09-20 04:10:49 +02:00
## SilverStripe Concepts
2011-02-07 07:48:44 +01:00
2016-01-19 04:18:35 +01:00
The [Developer Guides ](/developer_guides ) contain more detailed documentation on certain SilverStripe topics, 'how to'
2014-09-20 04:10:49 +02:00
examples and reference documentation.
[CHILDREN Folder=02_Developer_Guides]
## Contributing to SilverStripe
The SilverStripe Framework, Content Management System and related websites are open source and welcome community
contributions.
[CHILDREN Folder=05_Contributing]