PowerWriter Installation Tutorial
1、Installation requirements:
Memory:1GB or more
Hard disk:1GB or more of available hard disk space
System:CentOS 7. *, ensure it is a clean operating system and has not been installed in any other environment
2、CentOS installation command (enter the installation directory with cd and then execute):
curl -O http://chipauth.icworkshop.com/install && sh ./install
3、Instructions for use
Installation completed, please use the default username and password (see installation prompts), access the http://server IP address to enter the management system, and for security reasons, please modify the initial login password and other information.
Here are some preview images of certain functions:
Change Password
Add Algorithm
Add item
Fill in authorization information to the user center
The above are screenshots of some functional interfaces. If you need to learn more, please install and experience it. One line of code can be installed in 5 minutes.
4、Main directory (Powerwriter)
./data
Database file directory ./data/mysql5
./logs
Log file directory
./services
The configuration file directory for the service corresponds to the directories nginx, php, and mysql
a) The domain name points to the configuration file directory ./service/nginx/conf.d, The default used is localhost.conf
b) The directory of certificate files used by HTTPS protocol ./services/nginx/ssl, The default certificate used is the localhost.crt localhost.key certificate under the localhost file. Please apply for the certificate yourself and replace the corresponding file.
c) After modifying the configuration, the service needs to be restarted to take effect. CD enters the Powerwriter directory to execute ./service restart
./www
Project file directory ./www/localhost
5、System management
Starting, stopping, restarting, installing, and uninstalling PowerWriter
CD enters the Powerwriter directory to execute ./service start | stop | restart | install | uninstall