Merge "Clarified some steps of the installation process"

This commit is contained in:
Jenkins 2013-06-21 17:14:37 +00:00 committed by Gerrit Code Review
commit f23c563434
1 changed files with 11 additions and 7 deletions

View File

@ -10,13 +10,13 @@ Install a fresh Ubuntu 12.04 (Precise Pangolin) image ( _We suggest to create a
#### Make sure we have git installed:
$ apt-get update
$ apt-get install git-core -y
# apt-get update
# apt-get install git-core -y
#### Add a user that is not root if you do not already have one:
#### Add a user named ubuntu if you do not already have one:
$ adduser ubuntu
$ visudo
# adduser ubuntu
# visudo
add this line to the file below the root user
@ -28,13 +28,13 @@ Install a fresh Ubuntu 12.04 (Precise Pangolin) image ( _We suggest to create a
if /dev/pts/0 does not have read/write for your user
$ chmod 660 /dev/pts/0
# chmod 660 /dev/pts/0
*Note that this number can change and if you can not connect to the screen session then the /dev/pts/# needs modding like above.*
#### Login with ubuntu:
$ su ubuntu
# su ubuntu
$ cd ~
#### Clone this repo:
@ -107,6 +107,10 @@ Allows the services to continue running in the background
***
#### You may need to add this iptables rule
$ sudo iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o eth0 -j MASQUERADE
#### Running the reddwarf client (It's so easy!)
*This sets of the authorization endpoint and gets a token for you*