summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d6be1a7..a7d3b88 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,15 @@
export LD_LIBRARY_PATH=/fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/lib
## ruby
- $(pwd)/lib/ruby/gems/nanomsg-0.4.0/ext/extconf.rb
+ [see $(pwd)/lib/ruby/gems/nanomsg-0.4.0/ext/extconf.rb]
gem install nanomsg -i $(pwd)/lib/ruby
export GEM_PATH=/fast_scratch/simianer/lfpe/lib/ruby/:$GEM_PATH
## iptables
- -A INPUT -i eth0 -p tcp -m multiport --dports 50000:50100 -j ACCEPT
+ iptables -A INPUT -i eth0 -p tcp -m multiport --dports 50000:50100 -j ACCEPT
## apache
- /etc/apache2/sites-available/lfpe
+ ln -s /etc/apache2/sites-available/lfpe /etc/apache2/sites-enabled/020-lfpe
## python
export PYTHONPATH=/fast_scratch/simianer/lfpe/lib/python:$PYTHONPATH