2019-11-18 17:58:33 +13:00
---
2014-09-20 14:10:49 +12:00
title: SilverStripe Documentation
2019-11-18 17:58:33 +13:00
summary: 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 19:48:44 +13:00
2014-09-20 14:10:49 +12:00
## Getting Started with SilverStripe
2011-02-07 19:48:44 +13:00
2020-02-07 12:49:17 +13:00
Before you start developing your first web application, you'll need to install the latest version of SilverStripe onto
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
[install SilverStripe with Composer ](/getting_started/composer ).
2011-02-07 19:48:44 +13:00
2015-01-24 22:49:34 +13:00
To check out the features that SilverStripe offers without installing it, read the [Feature Overview ](http://www.silverstripe.org/software/ )
2019-10-11 13:48:29 +13:00
and play with our [interactive demos ](http://silverstripe.org/try ).
2011-02-07 19:48:44 +13:00
2014-09-20 14:10:49 +12:00
## Getting support
2011-02-07 19:48:44 +13:00
2017-12-19 11:45:16 +13:00
SilverStripe has an wide range of options for getting support:
2018-12-19 10:20:46 +13:00
* Join our [forum ](https://forum.silverstripe.org )
2017-12-19 11:45:16 +13:00
* Ask technical questions on [Stack Overflow ](https://stackoverflow.com/questions/tagged/silverstripe )
* Get help on our [Slack channel ](https://www.silverstripe.org/community/slack-signup/ )
* Read the technical reference in our [API Documentation ](http://api.silverstripe.org/ )
* Get a user-focused overview of the CMS features in our [User Help ](http://userhelp.silverstripe.com )
* Discuss new features, API changes and the development [roadmap ](http://www.silverstripe.org/software/roadmap/ )
2019-09-06 16:01:30 +12:00
on the ["feature ideas" category ](https://forum.silverstripe.org/c/feature-ideas ) in our forums
2011-02-07 19:48:44 +13:00
2014-09-20 14:10:49 +12:00
## Building your first SilverStripe Web application
2011-02-07 19:48:44 +13:00
2015-01-24 22:49:34 +13:00
Once you have completed the [Getting Started ](/getting_started ) guide and have got SilverStripe
2015-02-12 17:15:53 +13:00
installed and running, the following [Tutorials ](http://silverstripe.org/learn/lessons ) will lead through the basics and core concepts of
2014-09-20 14:10:49 +12:00
SilverStripe.
2011-02-07 19:48:44 +13:00
2015-01-24 22:49:34 +13: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 19:48:44 +13:00
2014-09-20 14:10:49 +12:00
## SilverStripe Concepts
2011-02-07 19:48:44 +13:00
2016-01-19 16:18:35 +13:00
The [Developer Guides ](/developer_guides ) contain more detailed documentation on certain SilverStripe topics, 'how to'
2014-09-20 14:10:49 +12: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]