Browse Source

Update README.md

Alexander Schneider 11 years ago
parent
commit
473cf3177c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -27,13 +27,13 @@ $ sudo apt-get install openssh-server
 ```bash
 ```bash
 $ sudo useradd -m -G sudo tfb
 $ sudo useradd -m -G sudo tfb
 ```
 ```
+* Run the command: `sudo visudo`
+* Change line 20 in from `%sudo   ALL=(ALL:ALL) ALL` to `%sudo ALL=(ALL) NOPASSWD: ALL`
 * Log in as `tfb`
 * Log in as `tfb`
 * Fully update **NOTE**: If you update the kernel (linux-firmware), it is generally a good idea to reboot aftewards.
 * Fully update **NOTE**: If you update the kernel (linux-firmware), it is generally a good idea to reboot aftewards.
 ```bash
 ```bash
 $ sudo apt-get update && sudo apt-get upgrade
 $ sudo apt-get update && sudo apt-get upgrade
 ```
 ```
-* Run the command: `sudo visudo`
-* Change line 20 in from `%sudo   ALL=(ALL:ALL) ALL` to `%sudo ALL=(ALL) NOPASSWD: ALL`
 * Run the following **(Don't enter a password, just hit enter when the prompt pops up)**. **NOTE** This is still necessary if the client and database are on the same computer as the server
 * Run the following **(Don't enter a password, just hit enter when the prompt pops up)**. **NOTE** This is still necessary if the client and database are on the same computer as the server
 ```bash
 ```bash
 $ ssh-keygen
 $ ssh-keygen
@@ -49,7 +49,7 @@ $ cd FrameworkBenchmarks
 ```
 ```
 * Install the server software. This will take a long time
 * Install the server software. This will take a long time
 ```bash
 ```bash
-$ nohup python toolset/run-tests.py -s <server hostname/ip> -c <client hostname/ip> -u tfb --install server --list-tests &
+$ nohup python toolset/run-tests.py -s <server hostname/ip> -c <client hostname/ip> -u tfb --install-strategy unified --install server --list-tests &
 ```
 ```
 * If you want to view the process of installing, do the following. The session can be interrupted easily so no need to worry about keeping a connection.
 * If you want to view the process of installing, do the following. The session can be interrupted easily so no need to worry about keeping a connection.
 ```bash
 ```bash