Server running environment (LNMP) installation instructions, running environment lnmp
Server running environment (LNMP) installation instructions
Because the company needs a set of process standards, the following steps are written.
First download the file environment.tar and upload the file to the server.
Decompress the file using the command,Tar xvf environment.tar
.
Cd to enter the extract directory and run the commandSh install. sh
.
After the installation is complete, open the browser to access http: // ip/. If the access is successful, the installation is complete.
Software Version:
- Memcached 1.4.25
- For mysql 5.6
- Python 5.6
- Tengine 2.1.2
Directory description after installation:
- Tengine/use/local/nginx
- Php/use/local/php
- Mysql/use/local/php
- Memcached/use/local/memcached
Software usage:
- Enable nginx/use/local/nginx/sbin/nginx
- Enable php-fpm service php-frpm start
- Enable mysql service mysqld start
- Enable memcached/usr/local/memcached/bin/memcached-d-u root-p 11211-m 10240-c 10240