*RackTables [#e0054a66] -http://racktables.org/ *Install [#vf8d5271] -必要なパッケージのインストール yum install httpd php php-mbstring php-pdo php-gd php-mysql php-bcmath mysql-server mysql -Racktablesをダウンロードして展開 --wwwrootがRacktablesのルート -MySQL mysql_install_db service mysqld start mysql_secure_installation mysql -p CREATE DATABASE racktables_db CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL PRIVILEGES ON racktables_db.* TO racktables_user@localhost IDENTIFIED BY '<password>'; -httpd service httpd start -Racktablesせっとあっぷ http://<server>/<rackatable>/ --あとは画面の指示に従う