在國產(chǎn)cpu服務(wù)器+海之舟大數(shù)據(jù)操作系統(tǒng)上建立網(wǎng)站
安州網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、響應(yīng)式網(wǎng)站建設(shè)等網(wǎng)站項目制作,到程序開發(fā),運營維護。創(chuàng)新互聯(lián)從2013年創(chuàng)立到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)。
筆者1千多元購得一個海之舟大數(shù)據(jù)平臺,在上面建立的校園網(wǎng)站,
這東西很小,像玩具,開機,操作系統(tǒng)上預(yù)置了大數(shù)據(jù)庫,MySQL,apache,postgresql,tomcat,java,php,bind9,telnet、ssh,等工具,操作系統(tǒng)運行于隨操作系統(tǒng)帶的國產(chǎn)3399cpu服務(wù)器上,操作系統(tǒng)刷入tf卡后,啟動,使用ssh工具登陸,默認ip 192.168.1.125,賬號口令,zs/1234
$netstat -an |more
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 64 192.168.1.125:22 192.168.1.6:50775 ESTABLISHED
tcp6 0 0 :::8080 ::???? LISTEN
tcp6 0 0 :::22 ::???? LISTEN
tcp6 0 0 127.0.0.1:8005 ::???? LISTEN
tcp6 0 0 :::8009 ::???? LISTEN
udp 0 0 192.168.1.125:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::a8c4:51ff:fe3:123 ::????
udp6 0 0 ::1:123 ::????
udp6 0 0 :::123 ::????
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
tomcat ,ssh默認是開啟的。
nano /etc/rc.local
.
su - zs -c’/home/zs/apache-tomcat-8.5.35/bin/startup.sh’
#sleep 5
#su - zs -c’pgxc_ctl -c /home/zs/pgxc_ctl/pgxc_ctl.conf start all’
#/etc/init.d/apache2 start
#/etc/init.d/mysql start
#/etc/init.d/bind9 start
#/etc/init.d/postgresql start
#/etc/init.d/vsftpd start
#/etc/init.d/xinetd start
#/etc/init.d/ntp start
exit 0
其他的服務(wù)器,去掉#號即可開機自啟.
使用光盤上的工具winscp,登陸服務(wù)器
修改/home/zs/apache-tomcat-8.5.35/webapps/ROOT下的jsp.html文件即可建立網(wǎng)站。
http://192.168.1.125:8080/
上面為網(wǎng)址。
如果訪問量大,需要建立DNS 輪詢啊,說明書中有。