Git Product home page Git Product logo

devstack's Introduction

Short description

HTTP

  • Nginx uses php-fpm to interpret and serve content.
  • Nginx public port (80) is mapped to host port 1080
  • documentroot is set to docroot directory inside vagrant root directory

MYSQL

  • Mysql server listen on 3306 port, and this is mapped to 3306 port of the host
  • Mysql root account has empty password
  • PHPMyAdmin is available on host system on port 1081

Quick-links

Quick-start

  • Clone my repository

    $ git clone https://github.com/rafaltrojniak/devstack.git; cd devstack/
    
  • Create virtual machine, and provision it with vagrant (this can take a while)

    $ vagrant up
    
  • go into document root and edit some file

    $ cd docroot ; vim index.php
    
  • Open file in a browser http://127.0.0.1:1080/index.php

  • Continue development

  • After you will finish your work, but don't want to drop environment

    $ vagrant halt
    
  • When you will finish development on project, will broken database/nginx or some other part of environment,

    $ vagrant destroy
    

Dependencies

  • Vagrant

  • vagrant-berkshelf plugin

    $ vagrant plugin install vagrant-berkshelf --plugin-version 2.0.1
    
  • vagrant-omnibus plugin

    $ vagrant plugin install vagrant-omnibus
    

devstack's People

Contributors

rafaltrojniak avatar

Stargazers

Andrew NS Yeow avatar

Watchers

James Cloos avatar  avatar  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.