Sean Harvey
0f8b229d6b
Modify Composer install path in docs
...
Composer examples at http://getcomposer.org/doc/00-intro.md use
/usr/local/bin for installing Composer globally, so let's use that
path as well instead of /usr/bin.
2012-12-11 15:43:30 +13:00
Ingo Schommer
3c0bd405a1
Removed @stable workarounds from composer docs
...
No longer necessary since we only add the @stable markers
for release tags, and remove them for release branches again.
2012-12-07 00:41:03 +01:00
Hamish Friedlander
40fd5abb57
DOC Update composer docs with changes from 3.0.3
2012-11-26 16:29:20 +13:00
Ingo Schommer
96acd50681
Update composer contributing instructions
2012-11-22 15:10:10 +01:00
Sam Minnee
ecd921cc0a
Fixed glitches in the sample composer.json shown in the docs
2012-11-22 17:03:11 +13:00
Stig Lindqvist
84692bf499
Corrections to composer docs for update and install
2012-11-13 22:57:02 +13:00
Sam Minnee
875e01ff1c
Added composer docs for update and install
2012-11-12 11:58:41 +13:00
Sam Minnee
cc96b4d0ff
More clarification of composer docs
2012-11-12 11:48:49 +13:00
Stig Lindqvist
e43a4f22fb
Update docs/en/installation/composer.md
...
DOC Corrected a spelling error on the example of advanced usage.
2012-11-09 19:08:13 +13:00
Sam Minnee
c1ae13ffb0
Added docs about composer branch names and forks.
2012-11-06 16:48:03 +13:00
Sam Minnee
10f34f43d5
Tidy up formatting of composer docs.
2012-11-06 12:30:45 +13:00
Sam Minnee
4e72ae8667
Added composer documentation for using project forks.
2012-11-06 12:26:43 +13:00
Sam Minnee
3013fa013f
Removed 'from-source' documentation
2012-11-06 11:48:39 +13:00
Sam Minnee
cf7f51a826
Removed unnecessary step in composer instructions.
2012-11-05 18:33:01 +13:00
Sam Minnee
3f6740f185
Improved module installation docs for composer.
2012-11-05 16:30:35 +13:00
Sam Minnee
2d3c33d400
FIX: Fixed details about version in composer create-project
2012-11-04 21:50:56 +13:00
Sam Minnee
c1ae8f9e7a
Added docs for composer
2012-11-03 18:00:58 +13:00
Juan Molina
7625d103f0
Update docs/en/installation/from-source.md
...
Removed broken links and confusing contributing/collaboration text.
2012-10-11 17:06:51 +03:00
Ingo Schommer
c1064ccd0f
Merge pull request #783 from halkyon/iis_install_simplify
...
Simplify IIS installation instructions, refer to stable download
2012-09-17 16:06:58 -07:00
Sean Harvey
a6f5b99a5c
Formatted warnings correctly
2012-09-17 12:24:45 +12:00
Sean Harvey
1aed488762
Simplify IIS installation instructions, refer to stable download
...
The documentation was quite verbose, and most of this can be replaced
with instructions on using PHP Manager for IIS which sets up most of
the PHP configuration for us, with small tweaks done afterwards.
In addition, there were references to SVN version control locations
which are long since used, we now refer to stable download locations
on silverstripe.org instead, for SilverStripe as well as the mssql
module.
2012-09-13 10:08:38 +12:00
Will Rossiter
189259f65b
Merge pull request #785 from halkyon/req_tweaks
...
IIS Requirement documentation tweaks
2012-09-10 20:50:38 -07:00
Sean Harvey
b48a27b47d
Tweak IIS and SQL Server requirements in system requirements docs
...
In addition to supporting IIS 7+ with a note that IIS 6 *may* work,
mark the IIS 6.x install docs with a cautionary note that those instructions
are no longer maintained and may not work.
2012-09-11 15:45:54 +12:00
Sean Harvey
42140d3a3d
Tweaking IIS and SQL Server requirements documentation
2012-09-11 15:00:36 +12:00
Mateusz Uzdowski
147bec5be4
Rewrite the permission docs for IIS7.
...
Include more specific information on how to set up permission on
folders, including a screenshot.
2012-09-10 14:01:17 +12:00
Mateusz Uzdowski
37e8b09739
Update the IIS7 folder permission configuration docs.
2012-07-26 12:26:04 +12:00
Ingo Schommer
56a3777c42
MINOR Improved upgrading docs ( fixes #7508 )
2012-06-26 13:49:06 +02:00
John Milmine
a997099120
I found that I needed to increase nginx buffer size to accommodate the size of the ajax requests
2012-06-22 21:09:48 +12:00
Sean Harvey
3c6e7bd2ea
MINOR Adding fileinfo extension to server-requirements.md documentation
2012-05-12 10:24:10 +12:00
Fred Condo
d47821a73c
Change git add command to also include the changes to .gitignore
...
Shell * does not match .gitignore
2012-04-27 17:59:23 -07:00
Fred Condo
0e9dd9242a
Augment/correct phing installation instructions
2012-04-27 17:55:19 -07:00
Julian Seidenberg
810b01df4b
MINOR: adjusting documentation according to remove references to 'new-project' script (thanks Ingo)
2012-04-26 11:14:10 +12:00
Julian Seidenberg
227473bdc3
MINOR: updating documentation to give details about how to install SilverStripe using the Phing script
2012-04-24 16:59:52 +12:00
Simon Welsh
656369008c
API-CHANGE Update docs to match renaming of sapphire to framework
2012-04-15 10:50:19 +12:00
Sam Minnee
9fdcf345e4
MINOR: Updated PHP requirement in docs ( #7129 )
2012-04-12 18:22:44 +12:00
Ingo Schommer
c56176c5d5
MINOR Updated 'from-source' installation to use new 'simple' theme (which also fixes the problem of checking out 'blackcandy' sub themes via git into overlapping repository paths)
2012-03-28 22:55:44 +02:00
Ingo Schommer
7f9ced2a42
MINOR Docs on github collab
2012-01-08 19:44:55 +01:00
Ingo Schommer
b21dbd9641
MINOR Fixed from-source docs, added 'preview' release cycle to release-process docs
2011-05-02 08:44:09 +12:00
Ingo Schommer
04ae1abe65
Merge remote-tracking branch 'mandrew/master'
...
Conflicts:
docs/en/misc/contributing.md
2011-03-09 17:17:10 +13:00
Ingo Schommer
3f748decbe
MINOR Documentation fixes
2011-03-08 19:19:17 +13:00
Michael Andrewartha
e260b697c0
MINOR: formatting changes and fixes to original document formatting
2011-02-22 10:23:22 +13:00
Ingo Schommer
ca2e80ec08
MINOR Updated 'from source' docs
2011-02-16 08:53:51 +13:00
Ingo Schommer
6d7efc8a90
MINOR Fixed blackcandy github links in docs
2011-02-14 11:16:24 +13:00
Ingo Schommer
bbd3bf6d1d
MINOR Fixed spacing in docs
2011-02-12 12:20:57 +13:00
Ingo Schommer
044be509ca
MINOR Removed duplicated 'additional requirements' from docs
2011-02-12 12:19:04 +13:00
Ingo Schommer
3593ac2ec2
ENHANCEMENT Adjusted from-source documentation to github and piston
2011-02-11 15:56:46 +13:00
Ingo Schommer
b1c36ce0a4
ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring )
2011-02-07 19:48:44 +13:00