在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:oneinstack/oneinstack开源软件地址:https://github.com/oneinstack/oneinstack开源编程语言:Shell 94.8%开源软件介绍:This script is written using the shell, in order to quickly deploy Script properties:
InstallationInstall the dependencies for your distro, download the source and run the installation script. CentOS/Redhatyum -y install wget screen Debian/Ubuntuapt-get -y install wget screen Download Source and Installwget http://mirrors.linuxeye.com/oneinstack-full.tar.gz
tar xzf oneinstack-full.tar.gz
cd oneinstack If you disconnect during installation, you can execute the command screen -S oneinstack If you need to modify the directory (installation, data storage, Nginx logs), modify ./install.sh How to install another PHP version~/oneinstack/install.sh --mphp_ver 54
How to add Extensions~/oneinstack/addons.sh
How to add a virtual host~/oneinstack/vhost.sh How to delete a virtual host~/oneinstack/vhost.sh --del How to add FTP virtual user~/oneinstack/pureftpd_vhost.sh How to backup~/oneinstack/backup_setup.sh // Backup parameters
~/oneinstack/backup.sh // Perform the backup immediately
crontab -l // Can be added to scheduled tasks, such as automatic backups every day 1:00
0 1 * * * cd ~/oneinstack/backup.sh > /dev/null 2>&1 & How to manage serviceNginx/Tengine/OpenResty: service nginx {start|stop|status|restart|reload|configtest} MySQL/MariaDB/Percona: service mysqld {start|stop|restart|reload|status} PostgreSQL: service postgresql {start|stop|restart|status} MongoDB: service mongod {start|stop|status|restart|reload} PHP: service php-fpm {start|stop|restart|reload|status} Apache: service httpd {start|restart|stop} Tomcat: service tomcat {start|stop|status|restart} Pure-FTPd: service pureftpd {start|stop|restart|status} Redis: service redis-server {start|stop|status|restart|reload} Memcached: service memcached {start|stop|status|restart|reload} How to upgrade~/oneinstack/upgrade.sh How to uninstall~/oneinstack/uninstall.sh InstallationFor feedback, questions, and to follow the progress of the project: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论