Commit Graph

587 Commits

Author SHA1 Message Date
Ben Firshman 17b9801ec9 Document what version of Docker is supported 2014-03-03 15:43:10 +00:00
Aanand Prasad e550451c69 Merge pull request #25 from orchardup/ship-binaries
Ship OS X binaries
2014-03-03 15:29:59 +00:00
Ben Firshman 29f7b78deb Add installation instructions for binaries 2014-03-03 15:20:09 +00:00
Gary Rennie b06d37f885 Documentation: Include notes on mapping ports
When mapping ports as strings there is an issue with the way YAML parses
numbers in the format "xx:yy" where yy is less than 60 - this issue is
now included in the documentation.

This fixes #103
2014-03-03 13:37:15 +00:00
Aanand Prasad c66e18c913 Fix Dockerfile reference URL in docs 2014-03-01 11:28:31 +00:00
Ben Firshman b789eca421 Update Orchard description 2014-02-28 19:15:39 +00:00
Ben Firshman 496a1d3bfe Update docker-osx version to 0.8.0 2014-02-24 18:33:38 +00:00
Ben Firshman 1327e293f6 Add Dockerfile filename to wordpress guide 2014-02-18 10:56:21 +00:00
Ben Firshman 2edc372f41 Update Wordpress guide so you can edit code 2014-02-18 10:52:24 +00:00
Ben Firshman 9faa7e47ed Lock version of docker-osx on home page 2014-02-04 17:15:14 -08:00
Ben Firshman fea3bc2eb1 Install docker-osx from tag 2014-02-04 15:47:12 -08:00
Ben Firshman 19c0c9bf06 Specify working docker-osx version in docs 2014-02-03 16:00:01 -08:00
Ben Firshman 62607f4f04 Merge pull request #67 from orchardup/link-services-to-themselves
Link services to themselves
2014-01-31 02:46:52 -08:00
Ben Firshman e4e9f0bc19 Link services to themselves
E.g. `fig run db ...` will be able to access the db service.
2014-01-30 13:11:23 +00:00
Ben Firshman e0637990aa Document how one-off commands are configured 2014-01-30 10:50:59 +00:00
Ben Firshman 03842f92e8 Document how to see env vars for a service 2014-01-30 10:49:31 +00:00
Damian Moore 80279f71d8 Fixed error where Django can't connect to Postgres because psycopg2 is not installed 2014-01-29 20:01:11 +00:00
Ben Firshman c270c13baa Move command to fig.yml
As done in the getting started guides. Easier to explain like this,
I think.
2014-01-28 14:39:21 +00:00
Ben Firshman 880bc0d8e3 Fix link to running Django example 2014-01-28 12:46:22 +00:00
Ben Firshman 89d2653662 Add links to Dockerfile docs 2014-01-28 12:46:22 +00:00
Ben Firshman 9967d706e9 Simplify getting started guide
and add links off to dockerfile docs
2014-01-28 10:32:55 +00:00
Ben Firshman d5bc521ab0 Use new envvar format in getting started guide 2014-01-28 10:25:02 +00:00
Ben Firshman 2883b5be6b Add note about postgres image settings 2014-01-28 00:19:38 +00:00
Ben Firshman b6d0b8468b Fix ordering in dockerfile 2014-01-28 00:08:11 +00:00
Aanand Prasad 140ccc7d4e Wordpress getting-started guide 2014-01-27 21:43:22 +00:00
Ben Firshman b4cbcbefa6 Remove project name from envvars in docs 2014-01-27 21:12:14 +00:00
Ben Firshman 9049f4e378 Add IRC to docs 2014-01-27 21:05:16 +00:00
Ben Firshman 0e58c05361 Cache bust docs CSS 2014-01-27 20:36:57 +00:00
Ben Firshman 818516f150 Make logo a link to index 2014-01-27 20:33:41 +00:00
Ben Firshman 837593e1ab Clarify line about services 2014-01-27 19:38:30 +00:00
Ben Firshman cc29b21bfc Clearer introduction 2014-01-27 18:16:57 +00:00
Aanand Prasad 92a2deb979 Update homepage title 2014-01-27 18:05:42 +00:00
Aanand Prasad 40fad23e0b Fix Dockerfile in Rails example
was missing libpq-dev
2014-01-27 18:00:47 +00:00
Ben Firshman 6c8472dd67 Make strapline smaller on mobile 2014-01-27 18:00:47 +00:00
Aanand Prasad a9838e9116 Update environment variable names in reference
Scheme was changed in 3e7e6e7656
2014-01-27 18:00:47 +00:00
Aanand Prasad 01d0e49a1c New website 2014-01-27 18:00:47 +00:00
Aanand Prasad f60621ee1b Move docs to master branch
- build with script/build-docs
- deploy with script/deploy-docs
2014-01-27 11:51:15 +00:00