Git Product home page Git Product logo

vagrantapps's Introduction

VagrantApps - Automated install of PHP based Applications

Automated installation of PHP based applications

Requirements

  • Virtualbox >= 4.3.36
  • Vagrant >= 1.6.0
  • Git >= 1.6

Recommended

'A Vagrant plugin to keep your VirtualBox Guest Additions up to date'

  • vagrant plugin install vagrant-vbguest

Add to your hosts

You may choose accordingly your needs or keep the possibility to test everything by adding the following hosts to your OS hosts file

The defined URL for each application Unix, Unix-like, POSIX /etc/hosts, Windows: %SystemRoot%\System32\drivers\etc\hosts)

  • 192.168.75.57 wordpress-4.vm
  • 192.168.75.57 drupal-7.vm drupal-8.vm
  • 192.168.75.57 symfony-2.vm symfony-3.vm
  • 192.168.75.58 sonata.vm

Avoid install everything

Modify your config/install.sh to avoid install any undesired application by commenting the loaded script responsible for installation

Install vagrantApps

Choose a preferred directory to work and lets go!

Project URL

Open in your browser the default URL of your application

Enjoy!

vagrantapps's People

Contributors

7rin0 avatar

Watchers

 avatar  avatar  avatar

vagrantapps's Issues

Script Optimization

Hello !

Maybe you can optimize your script install.sh by running :
sudo apt-get install -y \ php5 \ libapache2-mod-php5 \ php5-dev \ php5-mcrypt \ php5-curl \ php5-gd \ php5-cli \ php5-mysql \ pdo-mysql
instead of :
sudo apt-get install php5 -y
sudo apt-get install php5 libapache2-mod-php5 -y
sudo apt-get install php5-dev -y
sudo apt-get install php5-mcrypt -y
sudo apt-get install php5-curl -y
sudo apt-get install php5-gd -y
sudo apt-get install php5-cli -y
sudo apt-get install php5-mysql -y
sudo apt-get install pdo-mysql -y

By this way apt calculate dependencies only once.

With the same idea, you restart Apache twice at line 31 and 49, you can restart Apache only at the end.

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.