-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathoneinstack.html
37 lines (36 loc) · 2.94 KB
/
oneinstack.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>OneinStack - PHP/JAVA环境一键部署工具</title>
<meta name="keywords" content="OneinStack,LAMP Stack,LNMP Stack,lnmpa stack" />
<meta name="description" content="OneinStack是PHP/JAVA环境一键部署工具, 包括Nginx, Apache, Tomcat, MySQL, MariaDB, Percona, Redis, Memcached, Pureftpd, PHP & JAVA." />
<style type="text/css">
body {
color:#333333;
font-family:微软雅黑,sans-serif;
}
.links {color: #009900}
#main {
margin-right: auto;
margin-left: auto;
width: 920px;
}
</style>
</head>
<body>
<div id="main">
<br>
<div align="center"><h2>恭喜您,OneinStack 安装成功!</h2></div>
<h3><a href="https://oneinstack.com" target="_blank" class="links">OneinStack </a> <a href="http://www.linuxeye.com/" target="_blank">Linux</a>+Nginx/Tengine+MySQL/MariaDB/Percona+PHP</br>+Pureftpd+phpMyAdmin+redis+memcached+jemalloc脚本中用到的软件包大多最新稳定版本,修复了一些安全性问题。</h3>
<p><b>查看本地环境:</b> <a href="/prober.php" target="_blank" class="links">探针</a> <a href="/phpinfo.php" target="_blank" class="links">phpinfo</a> <a href="/ocp.php" target="_blank" class="links">Opcache</a> <a href="/phpMyAdmin/" target="_blank" class="links">phpMyAdmin</a>(为了更安全,建议重命名 phpMyAdmin 目录!)</p>
<p><b>创建 WEB 虚拟主机执行脚本:</b> <font color="#008000">~/oneinstack/vhost.sh</font></p>
<p><b>创建 FTP 虚拟账号执行脚本:</b> <font color="#008000">~/oneinstack/pureftpd_vhost.sh</font></p>
<p><b><font color="#DF0101">在线文档(请收藏):</font></b> <a target="_blank" class="links" href="https://oneinstack.com/docs/drupal-lnmpstack-image-guide/">《Drupal lnmp镜像使用手册》</a></p>
<p><b>QQ群:</b> 465976122</p>
<p><b>赞助我们:</b> <a href="https://paypal.me/yeho" target="_blank"><img src="https://img.shields.io/badge/Paypal-donate-green.svg" alt="" /></a> <a href="https://static.oneinstack.com/images/alipay.png" target="_blank"><img src="https://img.shields.io/badge/%E6%94%AF%E4%BB%98%E5%AE%9D-%E5%90%91TA%E6%8D%90%E5%8A%A9-green.svg" alt="" /></a> <a href="https://static.oneinstack.com/images/weixin.png" target="_blank"><img src="https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E5%90%91TA%E6%8D%90%E5%8A%A9-green.svg" /></a></p>
<p> Paypal: [email protected] 支付宝: [email protected]</p>
<div align="center"><h3><a href="https://oneinstack.com" target="_blank">OneinStack</a> by <a href="https://blog.linuxeye.com/" target="_blank">Linux 运维笔记</a></h3></div>
</div>
</body>
</html>