diff options
author | Russell Smith <russell.smith@ukd1.co.uk> | 2011-10-17 13:58:16 +0200 |
---|---|---|
committer | Russell Smith <russell.smith@ukd1.co.uk> | 2011-10-17 13:58:16 +0200 |
commit | 1c12c5f98c005d5b006b5b0c565bdd401da14f88 (patch) | |
tree | a206eb847b70cf91d67984bfe5d9db04c5a87f1b /docs | |
parent | 8e7706edafefc9f3a4ec9a14206887b15604cc85 (diff) | |
download | mongo-1c12c5f98c005d5b006b5b0c565bdd401da14f88.tar.gz |
Formatting fixes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.opensolaris.ec2.md | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/docs/building.opensolaris.ec2.md b/docs/building.opensolaris.ec2.md index 2b5fd41d177..4af6ce14c69 100644 --- a/docs/building.opensolaris.ec2.md +++ b/docs/building.opensolaris.ec2.md @@ -1,17 +1,12 @@ +# Building on open solaris on ec2 -Building on open solaris on ec2 -================ +This assumes you are using ami-4133d528 (which is 32bit). -ami-4133d528 - -pkg install SUNWgcc -pkg install SUNWgit -pkg install SUNWpython-setuptools - -easy_install-2.4 scons - - -git clone git://github.com/mongodb/mongo.git -cd mongo -scons + pkg install SUNWgcc + pkg install SUNWgit + pkg install SUNWpython-setuptools + easy_install-2.4 scons + git clone git://github.com/mongodb/mongo.git + cd mongo + scons
\ No newline at end of file |