worldhoogl.blogg.se

Vim keybindings for leanote
Vim keybindings for leanote




vim keybindings for leanote

Logpath =/usr/local/mongodb/data/log/mongo.logįork =true # Run as a daemon MongoDB port = 27017 Use go version verification go Is the installation successful 9、 A launch configuration mongodbĬreate profile vim /usr/local/mongodb/data/conf/mongodb.cnf Refresh environment variable source /etc/profile

#Vim keybindings for leanote install

# If needed telnet, install telnet apt install telnet -yĦ、 take go、mongodb Upload the compressed package to the mount folder of the server 7、 decompression go、mongodb unpack tar -zxvf xxxxxxxĨ、 Configure environment variables sudo vim /etc/profileĪdd an environment variable export GOROOT =/usr/local/go #go Installation path for export MONGODB =/usr/local/mongodb #mongodb Installation path for export PATH = $PATH : $GOROOT/bin , install net-tools apt install net-tools -y

vim keybindings for leanote

# If you need to use web tools, such as ifconfig etc. # install curl Tools, If you need to use it curl To access network resources apt install curl -y # install wget Tools, If you need to download resources from the Internet apt install wget -y

vim keybindings for leanote

In the initial system vi None, Obviously, we need. # to update apt-get Tools, This step has the highest priority, Because many components cannot be installed without updating apt-get update -y 3、docker download ubuntu20.04 docker pull ubuntu:20.04Ĥ、 Run start ubuntu Containers docker run -d -it -p 9000:9000 -v /home/docker/ubuntu:/usr/local/ubuntu:rw -name Container name -restart =always Mirror image idĥ、 Into the container, Install relevant tools and software docker exec -it Containers id /bin/bashīecause the system is streamlined, A lot of things are missing, Software tools that need to be installed. Download address 2、 download mongodb Source codeĭownload two compressed packages, take mongodb database tools Inside bin Copy all files under mongodb community server Under the bin in, Strike again tgz Compressed package.






Vim keybindings for leanote