SMEOnffLine: Instalasi Apache2 & OpenSSH Server: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: Install Web Server & SSH Server # apt-get install apache2 openssh-server Mungkin akan lebih baik kalau dapat menginstalasi sekaligus dengan MySQL, PHP dll. # apt-get i... |
Onnowpurbo (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
Mungkin akan lebih baik kalau dapat menginstalasi sekaligus dengan [[MySQL]], [[PHP]] dll. | Mungkin akan lebih baik kalau dapat menginstalasi sekaligus dengan [[MySQL]], [[PHP]] dll. | ||
# apt-get install apache2 mysql-server libmysqlclient15-dev libphp-adodb libgd2-xpm libgd2-xpm-dev \ | # apt-get install lamp-server^ apache2 mysql-server libmysqlclient15-dev libphp-adodb \ | ||
libgd2-xpm libgd2-xpm-dev \ | |||
php5-mysql php5-gd php5-curl php-pear unzip php5-xmlrpc libnet-ssleay-perl openssh-server catdoc | php5-mysql php5-gd php5-curl php-pear unzip php5-xmlrpc libnet-ssleay-perl openssh-server catdoc | ||
| Line 24: | Line 25: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[SMEOnffLine: Server Berbasis Sabily | * [[SMEOnffLine: Server Berbasis Sabily]] | ||
* [[SMEOnffLine: Server Berbasis Ubuntu | * [[SMEOnffLine: Server Berbasis Ubuntu]] | ||
Latest revision as of 03:21, 10 September 2011
Install Web Server & SSH Server
# apt-get install apache2 openssh-server
Mungkin akan lebih baik kalau dapat menginstalasi sekaligus dengan MySQL, PHP dll.
# apt-get install lamp-server^ apache2 mysql-server libmysqlclient15-dev libphp-adodb \ libgd2-xpm libgd2-xpm-dev \ php5-mysql php5-gd php5-curl php-pear unzip php5-xmlrpc libnet-ssleay-perl openssh-server catdoc
Buang index.html dari /var/www/
# rm /var/www/index.*
Restart Server
/etc/init.d/apache2 restart /etc/init.d/ssh restart /etc/init.d/mysql restart