您的位置:首页 > 运维架构 > Docker

如何在Ubuntu上安装Apache,MySQL,PHP,Nginx,HAProxy,以及如何在docker上安装LAMP

2015-02-09 15:10 1006 查看

如何在Ubuntu上安装Apache,MySQL,PHP,Nginx,HAProxy,以及如何在docker上安装LAMP

在Ubuntu上安装LAMP:

https://help.ubuntu.com/community/ApacheMySQLPHP
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu
http://www.maketecheasier.com/setting-up-a-lamp-server-in-ubuntu-hardy-heron/
https://www.howtoforge.com/ubuntu-lamp-server-with-apache2-php5-mysql-on-14.04-lts
http://ubuntuserverguide.com/2014/06/how-to-install-lamp-in-ubuntu-server-14-04-lts.html
http://www.unixmen.com/install-lamp-server-apache-mysql-mariadb-php-ubuntu-14-1014-0413-10/

在Ubuntu上安装LEMP/LNMP:

http://fideloper.com/ubuntu-12-04-lemp-nginx-setup
http://www.unixmen.com/install-lemp-server-nginx-mysql-mariadb-php-phpmyadmin-ubuntu-14-1014-0413-10/
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-04
http://www.cyberciti.biz/faq/install-lemp-linux-nginx-mysql-and-php-stack-on-ubuntu-linux-14-04-lts/
http://www.lonelycoder.be/nginx-php-fpm-mysql-phpmyadmin-on-ubuntu-12-04/

在Ubuntu上安装MySQL:

https://help.ubuntu.com/12.04/serverguide/mysql.html

在Linux/Windows上安装MySQL:

http://www.tutorialspoint.com/mysql/mysql-installation.htm

在Ubuntu中安装和配置Apache2:

https://help.ubuntu.com/lts/serverguide/httpd.html
http://www.maketecheasier.com/install-and-configure-apache-in-ubuntu/
https://www.linode.com/docs/websites/apache/apache-2-web-server-on-ubuntu-12-04-lts-precise-pangolin

在Ubuntu中安装Apache和PHP:

http://www.rackspace.com/knowledge_center/article/ubuntu-apache-and-php-install

在Ubuntu中安装PHP:

https://netbeans.org/kb/docs/php/configure-php-environment-ubuntu.html
http://askubuntu.com/questions/462673/installing-php-5-3-in-ubuntu-14-04

在Ubuntu中安装Nginx:

http://wiki.nginx.org/Install
https://www.liberiangeek.net/2014/10/install-latest-version-nginx-ubuntu-14-10/
https://github.com/equivalent/scrapbook2/blob/master/archive/blogs/2014-02-instaling-nginx-1-4-4-on-ubuntu-from-source.md
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-14-04-lts
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-12-04-lts-precise-pangolin
https://www.linode.com/docs/websites/nginx/websites-with-nginx-on-ubuntu-12-04-lts-precise-pangolin

在Ubuntu中以源代码形式编译和安装Nginx:

http://www.rackspace.com/knowledge_center/article/ubuntu-and-debian-installing-nginx-from-source
http://www.techrepublic.com/blog/linux-and-open-source/install-the-high-performance-nginx-web-server-on-ubuntu/

在Ubuntu中安装HAProxy:

http://haproxy.debian.net/
https://serversforhackers.com/haproxy/
http://sanjeewamalalgoda.blogspot.in/2012/06/setup-haproxy-load-balancer-on-ubuntu.html
http://www.rackspace.com/knowledge_center/article/setting-up-haproxy
https://www.digitalocean.com/community/tutorials/how-to-use-haproxy-to-set-up-http-load-balancing-on-an-ubuntu-vps
http://blog.bobbyallen.me/2013/01/21/installing-a-high-availability-web-server-cluster-on-ubuntu-12-04-lts-using-haproxy-heartbeat-and-nginx/
http://www.leaseweblabs.com/2011/07/high-availability-load-balancing-using-haproxy-on-ubuntu-part-1/
http://www.sysads.co.uk/2014/08/install-haproxy-1-5-6-on-ubuntu-14-04/

在docker上安装LAMP

在docker上安装MySQL:
https://github.com/htmlgraphic/Docker/tree/master/Docker/MySQL
https://github.com/tutumcloud/tutum-docker-mysql
http://www.nkode.io/2014/09/12/easymysql.html
https://github.com/sameersbn/docker-mysql
http://txt.fliglio.com/2013/11/creating-a-mysql-docker-container/
http://amattn.com/p/installing_maria_db_mysql_with_docker.html
http://www.luiselizondo.net/a-tutorial-on-how-to-use-mysql-with-docker/
一些关于“在docker上安装MySQL”的想法和问题
https://intercityup.com/blog/running-upgrading-mysql-server-docker.html
http://stackoverflow.com/questions/25920029/setting-up-mysql-and-importing-dump-within-dockerfile
http://stackoverflow.com/questions/21670306/mysql-installation-on-docker-container

在docker上安装Apache和PHP:

https://github.com/htmlgraphic/Apache
https://medium.com/dev-tricks/apache-and-php-on-docker-44faef716150
http://programster.blogspot.in/2014/01/docker-build-apachephp-image-from.html

在docker上安装Apache:

http://2mohitarora.blogspot.in/2014/02/dockerfile-tutorial-running-apache-http.html
http://slopjong.de/2014/09/17/install-and-run-a-web-server-in-a-docker-container/
http://blog.trifork.com/2013/08/15/using-docker-to-efficiently-create-multiple-tomcat-instances/

其他:

在docker上安装Strom:
http://dev.inventit.io/blog/storm/docker/2014/07/31/storm-docker.html
在docker上安装Spark:
http://blog.sequenceiq.com/blog/2014/09/17/spark-1-1-0-docker/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: