developer's diary

最近はc#のエントリが多いです

aipo6インストールメモ〜amazon Linux〜

http://www.aipo.com/support/installation/manual_linux.html
を元にインストール

[root@ip-10-156-101-32 ~]# yum install make gcc readline-devel zlib-devel nmap
[root@ip-10-156-101-32 ~]# cd /usr/local
[root@ip-10-156-101-32 local]# wget http://aipo.googlecode.com/files/aipo6010ja_linux.tar.gz
[root@ip-10-156-101-32 local]# tar xvzf aipo6010ja_linux.tar.gz
[root@ip-10-156-101-32 local]# tar xvzf aipo6010.tar.gz
[root@ip-10-156-101-32 local]# cd aipo/bin
[root@ip-10-156-101-32 bin]# sh installer.sh
[root@ip-10-156-101-32 bin]# cd ../tomcat/webapps/
[root@ip-10-156-101-32 webapps]# rm -rf ROOT
[root@ip-10-156-101-32 webapps]# mv aipo ROOT
[root@ip-10-156-101-32 webapps]# vi ROOT/WEB-INF/conf/AipoResources.properties
#aipo.webappserver.port=81
#↓
aipo.webappserver.port=80
[root@ip-10-156-101-32 webapps]#  ../../bin/startup.sh

管理画面にログインして、パスワードを変更して終了。