Created
August 2, 2014 11:49
-
-
Save nouphet/49aa5a70be828777a3fa to your computer and use it in GitHub Desktop.
Aipo(7.0.2)のインストール方法 ref: http://qiita.com/nouphet/items/f08afb9d197a2948aa09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum install make gcc readline-devel zlib-devel nmap wget |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/local/src/aipo/bin | |
| sh installer.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/local/src/aipo/bin | |
| ./startup.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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