TeaWeb is a visual intelligent WebServer that integrates static resources, caching, proxy, log, statistics, and monitoring. The principle is to connect user requests and the developer's own backend services through HTTP proxy, so as to not only forward the request but also realize automatic caching, logging, statistics, monitoring and other functions. TeaWeb is implemented in Go language, which ensures high performance and high concurrency under the premise of high customizability. Installation based on CentOS 7 (other systems are also supported) 1. Open ports 7777 and 27017 firewall-cmd --zone=public --add-port=7777/tcp --permanent firewall-cmd --zone=public --add-port=27017/tcp --permanent firewall-cmd --reload 2. One-click installation under SSh curl -s http://teaos.cn/teaweb-install.sh|sudo bash 3. Install MongoDB vi /etc/yum.repos.d/mongodb-org-4.0.repo Add the following configuration information: [mongodb-org-4.0]
name =MongoDB Repository
baseurl = https://repo.mongodb.org/yum/redhat/ $releasever /mongodb-org/ 4.0 / x86_64 /
gpgcheck = 1
enabled = 1
gpgkey = https://www.mongodb.org/static/pgp/server-4.0.asc Install MongoDB yum install -y mongodb-org Start the MongoDB service systemctl start mongod.service The default port of MongoDB is 27017. Check whether it is enabled. netstat -natp | grep 27017 Check whether the database is installed successfully ps -aux | grep mongod # Check if the database process exists 4. Default login address and password http://your server IP:7777/login The username is admin and the password is 123456
|
HelloVPS's OpenStack cloud host has been intr...
Python1, founded in 2014, a new hosting provider ...
【Special Offer】 New users can register .com, .net...
LOCVPS, a long-established domestic hosting provi...
Hostigger, an American hosting provider, was foun...
NatCloud, a Chinese business, is now celebrating ...
SkyDrive is a free online disk provided by Micros...
1.Now, users who purchase Host1Plus.com virtual h...
Softlayer, after merging with The Plant, became t...
you-proxy is a convenient self-built GAE proxy pr...
BackupDragon, a subsidiary of SecureDragon, speci...
BeerVM is a Chinese business that was established...
Netcup, a German hosting company, is stable and c...
PloxHost, an American business, was established i...
Dedicated Panda, an American hosting company, is ...