Skip to content

Instantly share code, notes, and snippets.

@nouphet
Created August 2, 2014 11:49
Show Gist options
  • Save nouphet/49aa5a70be828777a3fa to your computer and use it in GitHub Desktop.
Save nouphet/49aa5a70be828777a3fa to your computer and use it in GitHub Desktop.
Aipo(7.0.2)のインストール方法 ref: http://qiita.com/nouphet/items/f08afb9d197a2948aa09
yum install make gcc readline-devel zlib-devel nmap wget
cd /usr/local/src
wget https://aipo.googlecode.com/files/aipo7020ja_linux64.tar.gz
tar -zxvf aipo7020ja_linux64.tar.gz
tar -zxvf aipo7020ja_linux/aipo7020.tar.gz
cd /usr/local/src/aipo/bin
sh installer.sh
cd /usr/local/src/aipo/bin
./startup.sh
cd /usr/local/src/aipo/bin
./shutdown.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment