1234567891011121314151617181920212223242526272829303132333435363738 |
- <!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" />
- <meta http-equiv="Cache-Control" content="max-age=604800" />
- <title>OneinStack - A PHP/JAVA Deployment Tool</title>
- <meta name="keywords" content="OneinStack,lemp Stack,lamp Stack,lnmp stack" />
- <meta name="description" content="OneinStack is a LEMP, LAMP stack of Nginx, Apache, Tomcat, MySQL, MariaDB, Percona, Redis, Memcached, Pureftpd, PHP & JAVA. It's quite simple to use, manage and extend." />
- <style type="text/css">
- body {
- color:#333333;
- font-family:"Microsoft YaHei",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>Congratulations, OneinStack installed successfully!</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</br>+PHP+Pureftpd+phpMyAdmin+redis+memcached+jemalloc.</h3>
- <p><b>Check environment: </b><a href="/prober.php" target="_blank" class="links">Proberv</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></p>
- <p><b>Create Web virtual running script:</b> <font color="#008000">./vhost.sh</font></p>
- <p><b>Create FTP virtual running script:</b> <font color="#008000">./pureftpd_vhost.sh</font></p>
- <p><b>For feedback, questions, and to follow the progress of the project: </b> <a target="_blank" class="links" href="https://oneinstack.com">https://oneinstack.com</a></p>
- <p><b>Telegram Group: </b> <a target="_blank" class="links" href="https://t.me/oneinstack">t.me/oneinstack</a></p>
- <p><b>Donate:</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/Alipay-donate-green.svg" alt="" /></a> <a href="https://static.oneinstack.com/images/weixin.png" target="_blank"><img src="https://img.shields.io/badge/Wechat-donate-green.svg" /></a></p>
- <p> Paypal: lj2007331@gmail.com Alipay: lj2007331@gmail.com</p>
- <div align="center"><iframe src="https://static.oneinstack.com/ad_buttom.html" width="475" frameborder="0" scrolling="no"></iframe></div>
- <div align="center"><h3><a href="https://oneinstack.com" target="_blank">OneinStack</a> by <a href="https://blog.linuxeye.cn/" target="_blank">LinuxEye</a></h3></div>
- </div>
- </body>
- </html>
|