Added 'Getting Started' Section

Contains basic information guiding new users toward the latest version of PHP. Moved the CLI web server section into Getting Started because it makes more sense here. Added stubs for windows and mac setups that could certainly be further fleshed out with step-by-step tutorials.
This commit is contained in:
Kris Jordan
2012-07-09 14:29:20 -04:00
parent d366467eea
commit eccc6b3098
4 changed files with 50 additions and 7 deletions

View File

@@ -5,6 +5,9 @@ layout: default
{% capture welcome_content %}{% include welcome.md %}{% endcapture %}
{{ welcome_content|markdownify }}
{% capture getting_started_content %}{% include getting-started.md %}{% endcapture %}
{{ getting_started_content|markdownify }}
{% capture codestyleguide_content %}{% include code-style-guide.md %}{% endcapture %}
{{ codestyleguide_content|markdownify }}