Клиент попросил установить nginx на cPanel, краткая заметка:
# cd /usr/local/src
# wget http://nginxcp.com/latest/nginxadmin.tar
# tar xf nginxadmin.tar
# cd publicnginx
# ./nginxinstaller install
access key doesn't exist
go to WHM > Cluster/Remote Access > Setup Remote Access Key
and click on the Generate New Key button
Идем в панель управления сервером cPanel в раздел:
Cluster/Remote Access -> Setup Remote Access Key -> Generate New Key
И сама установка:
# ./nginxinstaller install
Если повалятся ошибки Python, то еще один фикс:
# cd /usr/local/src
# wget http://nginxcp.com/latest/nginxadmin.tar
# tar xf nginxadmin.tar
# cd publicnginx
# ./nginxinstaller install
access key doesn't exist
go to WHM > Cluster/Remote Access > Setup Remote Access Key
and click on the Generate New Key button
Идем в панель управления сервером cPanel в раздел:
Cluster/Remote Access -> Setup Remote Access Key -> Generate New Key
И сама установка:
# ./nginxinstaller install
Если повалятся ошибки Python, то еще один фикс:
# ./pythonfix
# ./nginxinstaller install
Комментариев нет:
Отправить комментарий