Git Product home page Git Product logo

devspace's Introduction

#DevSpace Vagrant

DevSpace Vagrant is a simple Ubuntu Trusty64 vagrant configuration for LAMP stack developers which also includes many related modern development tools.

Overview

This vagrant use ubuntu/trusty64 from Atlas Vagrant Box. On your 'vagrant up' command, this vagrantfile will automatically download the box. Vagrant folder here contain a bootstrap.sh file which provision the vagrant box.

You need to place your projects in projects directory. This directory is synced with /var/www/html directory in the virtual machine. This project folder also contain a config folder which is used during the provisioning.

This vagrant box is configured to use '1024mb' of RAM and 1 Cpu. You can change ths configuration from Vagrantfile.

Included packages

  • Ubuntu Trusty64 (64-Bit)
  • Apache 2
  • PHP v5.6.7 with mysql, mcrypt, memcached, memcache, sqlite, xmlrpc, geoip gd, xdebug, php5-fpm, php5-common
  • MySQL v5.5.41
  • Git v1.9.1
  • Node v0.10.38
  • Composer v1.0.0-alpha9
  • NPM v1.4.28
  • Bower v1.3.12

Included Dependencies

The following dependencies are installed using apt-get as they are required to install and build other modules:

  • cURL
  • python-software-properties
  • build-essential
  • libev-dev

Installation

Install via Git

To use DevSpace vagrant, clone this github repo

$ git clone https://github.com/arifulhb/devspace.git

to your mac/pc/linux. When clone is complete, go to the devspace and now you are ready to use your Virtual Machine.

Use

Start the VM

$ cd /devspace
$ vagrant up

First time of your 'vagrant up' will provision the vagrant. You can see the status of your VM from http://192.168.33.10. You can check the phpinfo from http://192.168.33.10/phpinfo.php

Requirements

You must have Vagrant and VirtualBoxinstalled in your pc.

Default Credentials

These are credentials setup by default.

##Host Address:

  • Hose: 192.168.33.10 (Change in Vagrantfile if you like)

SSH

  • Username: vagrant
  • Password: vagrant
  • Port: 22

MySQL Credentials

  • Username: root
  • Password: root
  • Host: localhost
  • Port: 3306

Disclaimer

This vagrantfile and provision is only tested in Mac.

devspace's People

Contributors

arifulhb avatar

Watchers

 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.