当前位置:网站首页>Install lamp under deepin
Install lamp under deepin
2022-07-28 09:53:00 【MountainYanYL】
Recently, the computer installed Linux System deepin Learn to install LAMP Environmental Science
ubuntu/deepin linux Next use apt-get Install the required software LAMP ,yum stay deepin It's too much trouble
1. install apacache2
apt-get install apache2
The configuration file :/etc/apache2/apache2.conf
service apache2 start
service apache2 stop
service apache2 restart
2. install php7
sudo apt-get install php7.0
3. install mysql
sudo apt-get install mysql-server mysql-client
test :mysql -u root -p XXX
service mysql start
service mysql stop
service mysql restart
notes : When installing, you will be prompted that information such as unable to install , The reason is that there is no update source (apt-get install update)
4. Install other modules
sudo apt-get install libapache2-mod-php7.0
sudo apt-get install php7.0-mysql
5 install Redis
apt-get install redis-server
redis start-up redis-server
redis client redis-cli
6 install git
sudo apt-get install git
PHP You also need to install some extensions It's not installed yet Later to be continued , If there are any shortcomings, please give more advice
边栏推荐
猜你喜欢

ECCV 2022 | can be promoted without fine adjustment! Registration based anomaly detection framework for small samples

一文读懂Plato Farm的ePLATO,以及其高溢价缘由
C# 窗体应用使用对象绑定 DataGridView 数据绑定

SQL server, MySQL master-slave construction, EF core read-write separation code implementation

Introduction to SD card (based on spec3.0)

Net 3 lines of code to realize the function of text to speech

MySQL master-slave architecture. After the master database is suspended and restarted, how can the slave database automatically connect to the master database

What is cross domain? How to solve the cross domain problem?

NTU Lin Xuantian's "machine learning cornerstone" problem solving and code implementation | [you deserve it]

mq的学习
随机推荐
Net 3 lines of code to realize the function of text to speech
My vivado practice - single cycle CPU instruction analysis
领域事件和集成事件没那么高大上
MQ learning
ECCV 2022 | can be promoted without fine adjustment! Registration based anomaly detection framework for small samples
Scalable search bar, imitating Huawei application market
在Plato Farm新经济模型下,如何在游戏中获取更多MARK
Edge团队详解如何通过磁盘缓存压缩技术提升综合性能体验
Opencv installation configuration test
Window source code analysis (II): the adding mechanism of window
opencv安装配置测试
设计一个支持百万用户的系统
LinkedList内部原理解析
Create SSL certificate using OpenSSL
3分钟带你了解微信小程序开发
ARouter源码解析(一)
Window源码解析(四):Window的删除机制
Go language slice vs array panic runtime error index out of range problem solving
可以伸缩的搜索栏,模仿华为应用市场
MATLAB启动慢解决措施