- 資訊首頁(yè) > 互聯(lián)網(wǎng) > 主機資訊 >
- RAKsmart Linux VPS安裝LAMP環(huán)境教程
現在很多朋友都喜歡租用RAKsmart VPS,其主要優(yōu)勢是國內訪(fǎng)問(wèn)速度快,性能好,而且租用價(jià)格也比較便宜。目前RAKsmart提供美國VPS、香港VPS和日本VPS等國外VPS產(chǎn)品,而且方案種類(lèi)比較多,支持Linux和Windows兩種操作系統,適合不同用戶(hù)的建站需求。
其中使用RAKsmart Linux VPS一般都需要安裝Web環(huán)境才能搭建網(wǎng)站,常見(jiàn)的像是LAMP、LNMP等環(huán)境。本文就給大家介紹下RAKsmart Linux VPS中安裝LAMP環(huán)境的操作步驟,僅供大家參考。
實(shí)驗環(huán)境:
Centos7.1版本
252MB內存
[root@appmoney ~]#
一、配置Apache環(huán)境
1、安裝Apache
[root@appmoney ~]# yum install httpd httpd-devel
2、啟動(dòng)Apache
[root@appmoney ~]# systemctl start httpd
3、設置httpd服務(wù)開(kāi)機啟動(dòng)
[root@appmoney ~]# systemctl enable httpd
4、查看狀態(tài)
[root@appmoney ~]# systemctl status httpd
5、防火墻設置開(kāi)啟80端口
[root@appmoney ~]# firewall-cmd –permanent –zone=public –add-service=http
success
[root@appmoney ~]# firewall-cmd –permanent –zone=public –add-service=https
success
[root@appmoney ~]# firewall-cmd –reload
success
6、瀏覽器登陸
訪(fǎng)問(wèn)IP地址(獨立IP),出現以下界面說(shuō)明安裝成功:
二、MySQL環(huán)境配置
1、安裝MySQL
[root@appmoney ~]# yum install mariadb mariadb-server mariadb-libs mariadb-devel
[root@appmoney ~]# rpm -qa |grep maria
2、開(kāi)啟MySQL服務(wù),并設置開(kāi)機啟動(dòng)和檢查狀態(tài)
[root@appmoney ~]# systemctl start mariadb
[root@appmoney ~]# systemctl enable mariadb
[root@appmoney ~]# systemctl status mariadb
[root@appmoney ~]# netstat -tulp
[root@appmoney ~]# mysql_secure_installation
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MariaDB to secure it, we’ll need the current
password for the root user. If you’ve just installed MariaDB, and
you haven’t set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none):
OK, successfully used password, moving on…
Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.
Set root password? [Y/n] y
New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables..
… Success!
By default, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n] y
… Success!
Normally, root should only be allowed to connect from ‘localhost’. This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n] n
… skipping.
By default, MariaDB comes with a database named ‘test’ that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n] y
– Dropping test database…
… Success!
– Removing privileges on test database…
… Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n] y
… Success!
Cleaning up…
All done! If you’ve completed all of the above steps, your MariaDB
installation should now be secure.
Thanks for using MariaDB!
4、登陸MySQL數據庫測試
[root@appmoney ~]# mysql -uroot -p
三、PHP環(huán)境配置
1、安裝PHP
[root@appmoney ~]# yum -y install php
[root@appmoney ~]# rpm -ql php
2、將PHP與MySQL關(guān)聯(lián)起來(lái)
[root@appmoney ~]# yum install php-mysql
[root@appmoney ~]# rpm -ql php-mysql
3、安裝常用PHP模塊
[root@appmoney ~]# yum install -y php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap curl curl-devel php-bcmath
4、測試PHP
[root@appmoney ~]# cd /var/www/html/
[root@appmoney html]# ls
[root@appmoney html]# vi info.php
<?php
phpinfo();
?>
~
~
:wq
5、重啟Apache服務(wù)器
[root@appmoney ~]# systemctl restart http
6、在電腦瀏覽器輸入 IP/info.php,觀(guān)察能否看到已經(jīng)安裝的模塊。
以上就是這次RAKsmart Linux VPS安裝LAMP環(huán)境教程,安裝完成后就可以安裝WordPress等各種程序了。
相關(guān)推薦:《RAKsmart VPS主機控制面板SolusVM使用介紹》
來(lái)源鏈接:https://www.idcspy.com/raksmart-20544.html
本站聲明:網(wǎng)站內容來(lái)源于網(wǎng)絡(luò ),如有侵權,請聯(lián)系我們,我們將及時(shí)處理。
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng )、來(lái)自本網(wǎng)站內容采集于網(wǎng)絡(luò )互聯(lián)網(wǎng)轉載等其它媒體和分享為主,內容觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如侵犯了原作者的版權,請告知一經(jīng)查實(shí),將立刻刪除涉嫌侵權內容,聯(lián)系我們QQ:712375056,同時(shí)歡迎投稿傳遞力量。
Copyright ? 2009-2022 56dr.com. All Rights Reserved. 特網(wǎng)科技 特網(wǎng)云 版權所有 特網(wǎng)科技 粵ICP備16109289號
域名注冊服務(wù)機構:阿里云計算有限公司(萬(wàn)網(wǎng)) 域名服務(wù)機構:煙臺帝思普網(wǎng)絡(luò )科技有限公司(DNSPod) CDN服務(wù):阿里云計算有限公司 百度云 中國互聯(lián)網(wǎng)舉報中心 增值電信業(yè)務(wù)經(jīng)營(yíng)許可證B2
建議您使用Chrome、Firefox、Edge、IE10及以上版本和360等主流瀏覽器瀏覽本網(wǎng)站