bohwaz
49a94ca7fd
Update docs for fossil support
2016-06-23 08:42:11 +12:00
Michael Foss
6ffc39a0ad
Convert documentation to ordered list
...
Switch the dependency management documentation
to an ordered list from a pseudo-ordered list. This
has the benefit of using more structured markdown,
and the added benefit of matching the "Suppose"
list items with corresponding "Composer" list items.
2016-04-19 10:15:03 -04:00
Jordi Boggiano
0ea2890ed6
Update install instructions
2016-02-10 18:41:18 +00:00
Bilal Amarni
8b4761ff14
[doc] add -H flag to sudo commands
2016-02-03 15:46:15 +01:00
Jordi Boggiano
5d015defb8
Merge remote-tracking branch 'origin/master' into tls-config
2016-01-10 16:10:22 +00:00
Jordi Boggiano
814e09c456
Clarify global packages and what global cmd does, fixes #4495 , closes #4525
2016-01-09 19:08:22 +00:00
Rob Bast
10b813fc40
reworking basic usage, added versions article
2015-06-30 15:49:00 +02:00
Rob Bast
eb98613672
add installer information
2015-06-30 15:49:00 +02:00
Rob Bast
4ddd5aa37f
cleaned up intro page a bit
2015-06-30 15:49:00 +02:00
Jordi Boggiano
65dd1f7137
Update 00-intro.md
2015-06-02 14:47:52 +01:00
Jordi Boggiano
ba8114dd49
Merge pull request #3258 from FraGoTe/master
...
Windows Installation Details this closes #3186
2015-06-02 14:47:13 +01:00
Possum
2e99b9fdf5
Use https where possible
2015-05-04 19:37:57 +02:00
Tomáš Votruba
0924318c17
Readme: 00-intro - use __DIR__
...
It is best practice to use `__DIR__` constant. Also it's used in `autoload.php` itself.
2015-04-02 02:22:46 +02:00
Padraic Brady
19e24c5804
Merge branch 'master' into tls-config
...
Conflicts:
.travis.yml
doc/03-cli.md
src/Composer/Command/ConfigCommand.php
src/Composer/Command/CreateProjectCommand.php
src/Composer/Command/DiagnoseCommand.php
src/Composer/Command/InstallCommand.php
src/Composer/Command/RequireCommand.php
src/Composer/Command/SelfUpdateCommand.php
src/Composer/Command/ShowCommand.php
src/Composer/Command/UpdateCommand.php
src/Composer/Config.php
src/Composer/Downloader/FileDownloader.php
src/Composer/Factory.php
src/Composer/Repository/ComposerRepository.php
src/Composer/Repository/PearRepository.php
src/Composer/Repository/Vcs/VcsDriver.php
src/Composer/Util/GitHub.php
src/Composer/Util/RemoteFilesystem.php
2015-01-29 20:31:56 +00:00
Josh Pollock
76a0e818b5
Improve notice about /usr/local/bin
2015-01-28 21:33:42 -05:00
Josh Pollock
59141c8663
Add note about /usr not existing in OSX Yosemite by default.
...
BTW Seriously Apple?
2015-01-25 17:05:21 -05:00
Rob
2e4cb8be33
scrapping next line
2014-12-13 19:05:52 +01:00
Rob
d26f817cfd
rewriting some documentation sections
2014-12-13 18:59:14 +01:00
Jordi Boggiano
d515577560
Fix wording, refs #3466
2014-12-13 13:37:05 +00:00
Paul Schell
62bcc3996b
Update 00-intro.md
2014-11-25 17:01:07 +01:00
Francis Gonzales
5dd2b30b18
Windows Installation Details
...
Add break line
2014-09-03 10:43:13 -05:00
Francis Gonzales
33d9f917dc
Windows Installation Details this closes #3186
...
Windows Installation Details
2014-09-03 10:38:53 -05:00
Andrew Kreps
fe33d7a347
Updated to reflect new tap names for php in OSX homebrew.
2014-08-15 11:28:18 -07:00
Jose Diaz-Gonzalez
5a4ead4290
Add missing tap for homebrew installation
2014-06-22 14:07:38 -04:00
Jordi Boggiano
dcea95feba
Update brew instructions, closes #2919
2014-06-22 10:52:33 +02:00
Jordi Boggiano
0c85ca426d
Add code-fences to examples for syntax highlighting
2014-05-19 12:17:07 +02:00
Evan-R
ee6a843b8e
add note for alternate download method in case curl fails
2014-04-15 04:58:44 -06:00
zeke
c16f83a8c8
use php 5.5 in homebrew instructions
2014-04-01 13:07:50 -07:00
zeke
8c382d4929
forget a homebrew step that's required for php installation
2014-04-01 09:46:16 -07:00
zeke
dbbe91135e
update homebrew instructions
2014-04-01 09:20:11 -07:00
Pádraic Brady
69bbe0918d
Minimal documentation updates
2014-03-02 18:24:03 +00:00
Jordi Boggiano
c7d5da89c8
Fix doc note
2014-02-06 21:15:30 +01:00
Jordi Boggiano
8dd0594983
Cleaner install instruction without curl
2014-02-06 00:40:06 +01:00
ernest leitch
ebece5a3b9
Update 00-intro.md
...
Updated spelling
2013-10-20 10:14:41 -07:00
ernest leitch
1e4ace764d
Update 00-intro.md
...
Added note to help install PHP via brew if it's missing.
2013-10-19 18:54:36 -07:00
Jordi Boggiano
28abb08da8
Move homebrew docs to the docs
2013-10-16 16:24:48 +02:00
Peter Kokot
6bbd2b2803
doc intro and libraries typos
2013-07-01 02:52:10 +02:00
jos101
8bbb6b9190
Update 00-intro.md
2013-05-15 17:55:29 -05:00
jos101
14260d09c5
Enable php_openssl.dll in php.ini
...
it specifies to enable the extension php_openssl.dll in php.ini. When php_openssl.gll is disabled, the command show an error in the function file_get_contents but not specify that is necesary to enable php.ini.
2013-05-15 10:54:40 -05:00
Jordi Boggiano
cf6cb35abd
Remind people to use sudo, refs #1807
2013-04-17 19:21:44 +02:00
sclarson
f6b39e4c40
removes sudo from global installation
...
The /usr/local/bin folder should require sudo access.
2013-04-17 10:57:44 -05:00
Igor Wiedler
c1a4e5d43b
Add curl -sS everywhere
2013-02-18 17:56:13 +01:00
hakre
9cdc571092
Updated Windows manual installation guide
...
- The batchfile is not more than a one-liner.
- You don't need notepad to create the batchfile.
2013-01-29 03:22:09 +01:00
Jordi Boggiano
fed72a4803
Add system requirements to the docs, fixes #1472
2013-01-11 22:57:28 +01:00
Jordi Boggiano
d925598f1d
Rephrase/reformat some of the intro, refs #1450
2013-01-05 18:46:42 +01:00
Brad Parbs
9f80a4fcc8
Updated Doc 00-intro to be more clear
...
As I was going through the docs, it leads you to do a 'composer install' somewhere where it will not work, if you are following along with installation and such. It is assuming you have a 'composer.json' file in the directory already, which you may not.
2013-01-03 17:05:08 -06:00
Jordi Boggiano
83cd5dd092
Change docs URLs to point to HTTPS versions of the sites
2012-11-08 15:10:26 +01:00
Jordi Boggiano
e90955b8b9
Fix windows setup instructions, fixes #1262
2012-10-26 00:50:39 +02:00
Jordi Boggiano
532f237003
Reorganize intro page a bit
2012-10-25 15:20:16 +02:00
Jordi Boggiano
6485f7eef3
Add setup instructions
2012-10-25 15:17:35 +02:00