12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!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>
- <title>OneinStack - A PHP/JAVA Deployment Tool</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <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 a successful installation!</h2></div>
- <h3><a href="http://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/tcmalloc.</h3>
- <p><b>Check environment: </b><a href="/proberv.php" target="_blank" class="links">Proberv</a> <a href="/phpinfo.php" target="_blank" class="links">phpinfo</a> <a href="/xcache" target="_blank" class="links">xcache</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="http://oneinstack.com">http://oneinstack.com</a></p>
- <p><b>Author email: </b><a class="email" href="mailto:lj2007331@gmail.com">lj2007331@gmail.com</a></p>
- <p><b>Donate:</b></p>
- <p> PayPal: lj2007331@gmail.com</p>
- <p> AliPay: lj2007331@gmail.com</p>
- <div align="center"><iframe src="http://blog.linuxeye.com/ad_buttom.html" width="475" frameborder="0" scrolling="no"></iframe></div>
- <div align="center"><h3><a href="http://oneinstack.com" target="_blank">OneinStack</a> by <a href="http://blog.linuxeye.com/" target="_blank">LinuxEye</a></h3></div>
- </div>
- </body>
- </html>
|