本帖最后由 明月 于 2014-6-12 18:26 编辑
最近一直在折腾VPS,烦死了。今天开始专心做网站了,还是没什么思路啊不开心。
求高手带!!!
时代在发展,debian6过段时间应该会被淘汰,军哥的lnmp装起来很慢,不喜欢。上次发的那个脚本debian7安装总是失败,又找了一个更牛逼的。
可以选择安装lnmp或者lamp,小内存VPS当然是lnmp咯: - Apache2 with mpm_event or Nginx
- MySQL or MariaDB
- PHP-FPM + commonly used PHP modules
- Postfix mail server (securely configured to be outgoing only)
- Varnish cache (optional)
https://github.com/Mins/TuxLite
Supports Debian 6 and 7, Ubuntu 12.04, 12.10 and 13.04.
apt-get update&&apt-get install nano &&mkdir tuxlite&&cd tuxlite wget http://tuxlite.com/scripts/tuxlite.tar.gz&&tar xzf tuxlite.tar.gz&&nano options.conf 配置三个东西
hostname,FQDN(yourdomain.tld),mysql root 密码 chmod 700 *.sh&&chmod 700 options.conf&&apt-get update && apt-get -y install aptitude ./install.sh ./setup.sh dbgui 安装webmin: apt-get update &&apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions libapt-pkg-perl&&wget http://prdownloads.sourceforge.net/webadmin/webmin_1.680_all.deb&&dpkg –install webmin_1.680_all.deb 安装virtualmin wget http://software.virtualmin.com/gpl/scripts/install.sh&&sh ./install.sh
adduser ryan ./domain.sh add ryan yourdomain.com ./wordpress.sh
nano /etc/sudoers 给ryan加root权限 nano/etc/ssh/sshd_config
顺便做下广告,我的博客,里面有很多关于建站的干货哟:http://www.elegantocean.com/
补充内容 (2014-6-12 18:39):
求加分,不要太小气了你们!^_^
补充内容 (2014-6-12 20:18):
nano options.conf 除了上面三个,还有加上你VPS的ip |