Skip to content

Commit

Permalink
removed install steps that are outdated/not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed May 30, 2014
1 parent 6a4a4d7 commit 0d23f54
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,29 +159,6 @@ in the next steps are reflected in this file.
source ./bin/activate
pip2 install -r requirements.pip
```
5. Install the [rabbitmq-c](https://github.com/alanxz/rabbitmq-c) library for compiling the UDP receiver.
Use the cmake install directions that end up with the library installed.
It also seems that you need to set the library directory after this. Add the following to `.bashrc`:
```
export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
```
7. Compile the receiver.
```
cd /opt/gatd/receiver
tup
```
8. Install the Node.js dependencies
```bash
cd /opt/gatd/streamer
sudo npm install -g forever
npm install
```
9. Setup the database in MongoDB.
Expand Down Expand Up @@ -295,29 +272,7 @@ in the next steps are reflected in this file.
source ./bin/activate
pip2 install -r requirements.pip
```
5. Install the [rabbitmq-c](https://github.com/alanxz/rabbitmq-c) library for compiling the UDP receiver.
Use the cmake install directions that end up with the library installed.
It also seems that you need to set the library directory after this. Add the following to `.bashrc`:
```
export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
```
7. Compile the receiver.
```
cd /opt/gatd/receiver
tup
```
8. Install the Node.js dependencies
```bash
cd /opt/gatd/streamer
sudo npm install -g forever
npm install
```
9. Setup the database in MongoDB.
Expand Down

0 comments on commit 0d23f54

Please sign in to comment.