Панель управления CS сервером

RussКиЙ

Гуру форума
Регистрация
23 Сен 2009
Сообщения
513
Реакции
59
Собственно сабж. Нужна панель управления сервера, чтобы можно было включать плагины, закачивать карты и т.п, ставить собираюсь на Dedic вместе с CS сервером, тоесть все на одном сервере.
 
Собственно сабж. Нужна панель управления сервера, чтобы можно было включать плагины, закачивать карты и т.п, ставить собираюсь на Dedic вместе с CS сервером, тоесть все на одном сервере.

тут на форуме не раз говорили про это, в поиске покопать немного и все нашел бы.

вот, самое то что тебе надо:

 
Поделитесь пожалуйста ридмиком, тоесть установка под Linux (Centos, Debian)
 
1. Unzip the contents of 'Swift_Panel_v1.6.1' to a folder on your computer.

2. Edit the settings in the file 'configuration-dist.php' and rename it to
'configuration.php'. It is located in the '/upload_me' folder.

3. Upload the entire contents of the folder '/upload_me' to your website in
binary mode. It is recommended to change the name of the '/admin' folder.

4. CHMOD the following folder:

/templates_c 777

5. Run the installation script at
Для просмотра ссылки Войди или Зарегистрируйся

6. Once complete, delete the install folder from your web server.


The following example is for CentOS 5.x w/ cPanel.


Update or install: (Most of these should be installed already if you use cPanel)

automake

php-devel

libtool

openssl-devel

gcc++


Install libssh2

cd /usr/src

wget Для просмотра ссылки Войди или Зарегистрируйся

tar -zxf libssh2-1.0.tar.gz

cd libssh2-1.0

./configure

make all install

cd /usr/src

rm -Rf libssh2-1.0

rm -f libssh2-1.0.tar.gz


Install ssh2 PHP bindings

cd /usr/lib/php (Path might differ on your server) (Most likely /usr/lib/php4 if you are using PHP 4)

wget Для просмотра ссылки Войди или Зарегистрируйся

tar -zxf ssh2-0.11.0.tgz

cd ssh2-0.11.0

phpize && ./configure --with-ssh2 && make

cd modules

mv ssh2.so /usr/local/lib/php/extensions/no-debug-non-zts-20060613 (Replace with your Extension Path)

cd /usr/lib/php (Path might differ on your server)

rm -Rf ssh2-0.11.0

rm -f ssh2-0.11.0.tgz


Edit PHP settings

vi /usr/local/lib/php.ini (Replace with your Configuration Path)

extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613" (Replace with your Extension Path)

extension = ssh2.so


Restart Apache

service httpd restart


You can run "php -m" and see if ssh2 is listed.

что тут не понятного? этот ман лежит внутри архива
 
Видимо, ТС на русском требуется...
 
странно, но у меня не заработала
 
Это форум где null версии если человек ищет значит ему платное наверно не надо
 
Можно и платную но до 30$
 
Назад
Сверху