public
Description: Script to setup a new Leopard machine (auto-install all software, setup dot-files, sake tasks, install gems, etc)
Homepage:
Clone URL: git://github.com/bjeanes/noober.git
noober / website / index.txt
100644 48 lines (24 sloc) 1.515 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
h1. noober
 
 
h2. What
 
Allows your company to describe a recipe of applictions, RubyGems, preferences and more to be installed or configured on each OS X machine.
 
For clean, new machines this means it will install and configure all required applications and services to get a machine ready for development or use.
 
For existing machines, it allows the organisation to centrally manage the suite of applications (free or licensed) and preferences for all machines, with individual users being allowed to override or extend the recipe for individual preferences.
 
h2. Installing
 
<pre syntax="ruby">sudo gem install noober</pre>
 
h2. The basics
 
Noober development is pre-alpha and how the recipe creation, bundling and executing will be supported is in a high state of change.
 
h2. How to submit patches
 
You can fetch the source from either:
 
h2. How to submit patches
 
* rubyforge: "http://rubyforge.org/scm/?group_id=<%= rubyforge_project_id %>":http://rubyforge.org/scm/?group_id=<%= rubyforge_project_id %>
 
<pre>git clone git://rubyforge.org/noober.git</pre>
 
* github: "http://github.com/bjeanes/noober/tree/master":http://github.com/bjeanes/noober/tree/master
 
<pre>git clone git://github.com/bjeanes/noober.git</pre>
 
h3. Build and test instructions
 
<pre>cd noober
rake test
rake install_gem</pre>
 
h2. License
 
This code is free to use under the terms of the MIT license. See "README":http://noober.rubyforge.org/rdoc
 
h2. Contact
 
Comments are welcome. Send an email to "TODO":mailto:bjeanes@mocra.com