Giter VIP home page Giter VIP logo

lemp-1's Introduction

vagrant-ansible-lemp

Install LEMP stack on Ubuntu 14.04(LTS)

포함된 내용(What's included)

기본 포함 사항

  • Ubuntu 14.04 Trusty LTS
  • Nginx
  • PHP 5.6
  • MariaDB
  • PhpMyAdmin

옵션 사항

  • Mongodb 3.0.6
  • Redis 3.0.3

필요사항(Requirements)

설치방법(Installation)

  1. 레포지토리를 다운받거나 클론(복제)한다.
  2. LEMP 외에 mongodb, redis가 필요하다면 ansible/lemp_install.yml파일의 roles: 부분에 추가한다.
  roles:
      - mariadb
      - php
      - nginx
      - phpmyadmin
      - mongodb
      - redis

VM설치(Virtual Machine Setup)

  • OSX : 터미널에서 vagrant up 입력
  • Windows : startserver.bat  파일 실행

포트 포워딩 가이드(Port Forwarding Guides)

localhost의 포트와 기본 연결된 포트

호스트 포트 게스트 포트 연결된 서비스
8080 80 http
6306 3306 mariadb

mongodb, redis 추가 시 포트 개방 방법

Vagrantfile의 port forwarding 부분을 찾아서 mongodb, redis 용 포트 포워딩의 주석을 제거

lemp-1's People

Contributors

totuworld avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.