Skip to content
Snippets Groups Projects
Commit fce71887 authored by Iskandar Setiadi's avatar Iskandar Setiadi
Browse files

Update readme

parent a9ca04c2
No related merge requests found
...@@ -12,7 +12,7 @@ By: Assistants of IF3230 - Parallel and Distributed Systems ...@@ -12,7 +12,7 @@ By: Assistants of IF3230 - Parallel and Distributed Systems
** Environment Set ** ** Environment Set **
- Set the following lines to ```/etc/profile```: Set the following lines to ```/etc/profile```:
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
...@@ -38,7 +38,3 @@ By: Assistants of IF3230 - Parallel and Distributed Systems ...@@ -38,7 +38,3 @@ By: Assistants of IF3230 - Parallel and Distributed Systems
## How to Run ## How to Run
- In release environment, please use ```nohup go run main.go & > my.log 2>&1&``` for running tracker process in background. After that, use ```echo $! > save_pid.txt``` to get Process ID. - In release environment, please use ```nohup go run main.go & > my.log 2>&1&``` for running tracker process in background. After that, use ```echo $! > save_pid.txt``` to get Process ID.
## Additional Information
- Developer note: On release (32.46), use account 'freedomofkeima' for MySQL username and '167.205.32.46' for IP address.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment