In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
What is ThinkSNS+?
ThinkSNS (TS for short), a platform-wide comprehensive social system, provides social software development and technical solutions for large, small and medium-sized enterprises and entrepreneurs at home and abroad. The latest versions are ThinkSNS+, ThinkSNS+ V4, ThinkSNS+ [Jane].
Some time ago, I didn't know what kind of madness I had. I bought a low-equipped ECS, and the configuration was 1m1u. It's good to be able to run applications. I want to try to deploy the development environment with Laradock on the server on Saturday.
Install Docker
Because my system is CentOS 7 and after comparing Docker CE with Docker EE, I finally chose the CE version of Docker.
Now install Docker in CentOS
Check and uninstall docker using the uninstall command of yum
Sudo yum remove docker\ docker-common\ container-selinux\ docker-selinux\ docker-engine
Installation dependency
Sudo yum install-y yum-utils device-mapper-persistent-data Lvm2```Add official docker image source
Sudo yum-config-manager\
-- add-repo\
Https://download.docker.com/linux/centos/docker-ce.repo```
Update the yum package index
Sudo yum makecache fast
Install Docker CE
Sudo yum install docker-ce
Start Docker
Sudo systemctl start docker
Install Laradock
Because of multiple projects, the host machine has only one port 80-443 to forward, so you only need to install one Laradock to install multiple programs on the server.
Go to the directory you want to put and use / var/web as an example here
Download Laradock and enter the directory
Git clone https://github.com/laradock/laradock & & cd laradock
What starts here is nginx + mysql
Cp env-example .env first and modify your information
And then in:
Docker-compose up-d nginx mysql
For security reasons, it is recommended that you turn off the mapping of the mysql 3306 port.
Enter the Workspac
Docker-compose exec workspace bash
Install ThinkSNS+
Cd / var/web & & git clone https://github.com/zhiyicx/thinksns-plus
Then add nginx configuration
Cd / var/web/lardock/nginx/sites
Use the default configuration provided by Laradock as a template mv default.conf project.conf.example, and then make a copy of example to modify your site information.
The same is true for installing other website programs.
You can add websites later as long as you add the configuration under / var/web/laradock/nginx/sites.
In addition, ThinkSNS+, a system developed with Laravel, can give you a new reference for developing applications using Laravel.
Open source code warehouse
GitHub: https://github.com/zhiyicx/thinksns-plus (click star to follow developments on a daily basis. )
ThinkSNS official website: http://www.thinksns.com/
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.