Commit graph

50 commits

Author SHA1 Message Date
Pedro Gimenez
526fc8fc6e Add Node 0.10 2013-11-24 02:49:16 +01:00
Christopher Elkins
740a4f4f05 Node.js v0.4 no longer provided by default
as of 2fc3983825
2013-11-22 12:26:54 -08:00
John Bohn
a89f288539 Add Ruby 2.0.0 to README
It's provided now.
2013-10-31 12:57:55 -05:00
Adam Ochonicki
8723a1e651 Formatting 2013-09-22 20:01:34 -04:00
Adam Ochonicki
28b38ab19d Update puppet-inifile location in readme 2013-06-29 11:02:44 -04:00
Adam Bowen
b39cff5735 Fix typo: 1.0.5 -> 1.1.0
Code says `github "java",     "1.1.0"`, but documentation says "1.0.5", so I fixed it.
2013-05-20 11:00:21 -04:00
Adam Ochonicki
f57089f589 Merge pull request #274 from mdelagralfo/github-enterprise
Github enterprise config and docs
2013-05-15 12:24:15 -07:00
Adam Ochonicki
3fe86022b6 Put a space in this 2013-05-13 21:10:27 -03:00
Morgan Delagrange
90837b5849 adding docs for Github Enterprise users 2013-05-13 16:13:46 -05:00
Adam Ochonicki
419688a0bb Some readme consistency 2013-05-11 19:19:29 -03:00
Adam Ochonicki
bff779bc3d Update to chown staff to be consistent with script.sh. Fixes #152. 2013-05-11 11:19:03 -03:00
Adam Ochonicki
63386bb66a Merge pull request #241 from mattdbridges/add-fde-tip
Update readme with note about no-fde option
2013-05-09 05:46:05 -07:00
Adam Ochonicki
d1a806e421 Update nodejs version in readme 2013-05-08 23:23:42 -03:00
Adam Ochonicki
6527d53ec0 Merge pull request #260 from sankage/puppet-updates
update puppetfile to latest module versions
2013-05-08 19:22:40 -07:00
David Briggs
ee2d94256a update puppetfile and readme to latest versions 2013-05-08 22:17:47 -04:00
Eugene Vilensky
09873beeba Minor grammatical edit
I think in this case "bootstrap" is already a verb.
2013-04-18 18:45:32 -05:00
Matt Bridges
7f9e2dbebc No hard drive encryption
Some users may not want to encrypt their hard drive, so make
sure they know the option exists to not have to encrypt their
hard drive.
2013-04-15 12:15:48 -05:00
Johan Haals
08009e9b07 Updates README
Noticed that Boxen won't run people/manifests/user-name.pp if it
includes dash
2013-04-05 13:41:07 +02:00
Josh Parnham
e977e27d49 Update README 2013-03-23 21:40:47 +11:00
Jon Perl
34dcce6911 initial faq 2013-03-07 16:21:36 -05:00
Kevin Suttle
320ad92e4d Correct typo in README
s/bothers/others
2013-03-05 14:29:52 -05:00
Will Farrington
c3808d88b6 README overhaul 2013-03-04 23:16:43 -08:00
Will Farrington
75a9261cd3 Update README for Puppet Module sharing docs 2013-03-05 07:51:08 +10:00
Robin Wenglewski
8d29c7b59d change $USER to ${USER} to avoid history expansion
see [here](http://stackoverflow.com/questions/15140221/weired-zsh-behavior-how-to-debug/)
2013-02-28 19:24:07 +01:00
Adam Ochonicki
0b8282e36b halp! 2013-02-24 14:26:51 -05:00
Kyle Prager
3e8aa6dbbf Update README.md including module documentation
The README.md has more detailed instructions on how to include modules from Github by editing your Puppetfile and site.pp files.
2013-02-16 18:01:08 -08:00
Kevin Suttle
09e8926fe9 Add opt dir instructions
Add missing instructions that will affect the shell config.
2013-02-15 17:46:13 -05:00
Yossef Mendelssohn
92dd6a9fdb XCode → Xcode
We of all people should care about how to capitalize something properly.
2013-02-10 17:53:38 -08:00
Yossef Mendelssohn
d0a0192285 relativize documentation links 2013-02-06 18:59:53 -08:00
Kevin R. Barnes
b9eac9217a minor cleanup
Fix typos.
Clarify module includes in the Puppetfile.
2013-01-26 13:41:18 -08:00
Will Farrington
049d55af73 README for boxen-web 2013-01-08 20:05:44 -08:00
Will Farrington
ec849b811d Merge pull request #16 from technicalpickles/fix-git-co-in-readme
Update git command in README
2012-10-21 23:31:12 -07:00
Will Farrington
9f7f1e1030 Merge pull request #17 from technicalpickles/agree-to-xcode-license-readme
Add note about agreeing to XCode license.
2012-10-21 23:30:49 -07:00
Will Farrington
16ae316366 add docs about how to have members of your org set things up 2012-10-17 18:12:17 -07:00
Will Farrington
78dd9c6176 README tweaks 2012-10-15 11:25:41 -10:00
Gary Larizza
1bd7053c2d Update README.md for @wfarr's changes
Based on the feedback in the Pull request <https://github.com/boxen/our-boxen/pull/12>,
this commit implements changes to clarify how someone would customize
their Boxen setup.
2012-10-13 12:09:08 -07:00
Josh Nichols
78d709d093 Add note about agreeing to XCode license. 2012-10-11 23:56:06 -04:00
Josh Nichols
4d1599b167 Update git command in README
Even though a lot of people setup `git co`, it's not available on a fresh install. Makes copy-pasta for creating my-boxen easier.
2012-10-11 22:49:15 -04:00
Gary Larizza
a970e15714 Update README.md according to style
Previously, the README.md file was updated but didn't match existing
Github style. This commit wraps near 80 columns (markdown links make
that a bit harder) and eliminate unnecessary steps (linking to
existing documentation and removing redundant declarations).
2012-10-09 20:42:22 -07:00
Gary Larizza
97af892cc2 Update README
Previously, documentation around creating modules and using site.pp
was pretty slim. This commit adds more documentation and links to
Puppet's documentation site.
2012-10-09 20:14:33 -07:00
Will Farrington
966c19f70b Update for script/sync 2012-10-09 10:06:09 -10:00
Will Farrington
553c2e33d0 more readme love 2012-10-09 09:45:16 -10:00
Will Farrington
a0281788e6 README tweaks 2012-10-09 09:43:21 -10:00
Will Farrington
0bd729feb2 README updates 2012-10-08 08:28:26 -10:00
Will Farrington
38a27ec9cb README tweaks 2012-10-07 17:23:38 -10:00
Will Farrington
83f69fe91e Update README 2012-10-07 15:06:24 -10:00
Will Farrington
70e99fcbff Add customization docs to README 2012-10-04 10:30:22 -07:00
Will Farrington
c3acfa482f update README 2012-10-03 17:46:26 -07:00
Will Farrington
0dd5e5f37b Update README with some getting started docs 2012-10-03 11:33:53 -07:00
John Barnette
9d3e514b92 Initial commit 2012-10-02 11:43:59 -07:00