• This repository has been archived on 29/Sep/2019
  • Stars
    star
    4
  • Rank 3,210,808 (Top 65 %)
  • Language
    PHP
  • Created about 9 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My vagrant config

Vagrant Logo

Create and configure lightweight, reproducible, and portable development environments.

Pre-requisites:

There are 2 software tools which you will need on your machine for this project:


A super-simple Vagrantfile to setup a LAMP stack inside Vagrant 100% automatically.

  • Setup a ubuntu/wily64 64bit box

  • Private network, which allows host-only access to the machine using a specific IP: 192.168.30.10

  • Forwarded port:

    • 80 to 8080
    • 8000 to 8000
    • 3000 to 8000

setup.sh will:

  • Install:

    • apache2 now: NGINX
    • git
    • libapache2-mod-php5 see #4
    • php
      • php5-mcrypt
      • php5-cli
      • php5-curl
    • bower
    • nodejs
      • Node.js v4.x
    • rethinkdb not for today
    • mongodb not for today
  • Setting a pre-chosen password for MySQL and PHPMyAdmin:

    • root

Connect to the Virtual Machine

  • Install VirtualBox Guest Additions Plugin (This step is optional).
$ vagrant plugin install vagrant-vbguest
  • Start the virtual machine for the first time:
$ vagrant up

This will take some time. It has to download the operating system and all the tools to install on your new virtual machine.

  • Connect to the virtual machine via ssh:
$ vagrant ssh
  • To Stop the Virtual Machine:
$ vagrant halt
  • To Suspend it:
$ vagrant suspend
  • Back to init again:
vagrant up
  • To reload (if it is running):
$ vagrant reload
  • To remove completly:
$ vagrant destroy

The dev folder contains the source code for your project.

setup.sh based on: panique/vagrant-lamp-bootstrap.

More Repositories

1

instapago

Plugin instapago para woocommerce.
PHP
18
star
2

php-instapago

Librería Instapago para PHP
PHP
17
star
3

node-instapago

Librería Instapago para Node.js
JavaScript
12
star
4

bancos-json

Código y Bancos correspondientes de Venezuela
11
star
5

location

PHP
5
star
6

post

los post de mi blog .md
4
star
7

laravel-plans

Laravel Plans is a package for SaaS apps that need management over plans, features, subscriptions, events for plans or limited, countable features.
PHP
4
star
8

uruguay-noma

Comando para crear una tabla con los datos de departamentos y localidades de #Uruguay
PHP
3
star
9

utils

Paquete de uso personal con cosas que uso día a día...
PHP
3
star
10

blog.abr4xas.org

Mi blog, con laravel
HTML
2
star
11

gmaps-input-backpack

Custom Google Maps Input for Laravel Backpack
Blade
2
star
12

simple-blog

PHP
2
star
13

pblog

My pelican blog config...
Makefile
2
star
14

enlamano

Paquete para usar el webservice de la financiera "En la mano"
PHP
1
star
15

publish-to-dev-to

PHP
1
star
16

convert

:D
PHP
1
star
17

workbench

Script para preparar el entorno para compilar una ROM para Firefox OS [DEBIAN]
Shell
1
star
18

flexgen

flexgen - A Front End Post (free) HTML5, responsive template
CSS
1
star
19

aprende

PHP
1
star
20

handletranslations

PHP
1
star
21

oauth2-twitch

Twitch Helix Provider for OAuth 2.0 Client
PHP
1
star
22

react-native-crea-aplicaciones-para-android-y-ios-con-react

JavaScript
1
star
23

reportpayment

Only for Direct Bank Transfer, or Bank Account Clearing System (BACS) (Available only for Venezuela)
PHP
1
star
24

MorrisJS-Test

Ejemplo de uso de Morris JS con php para crear gráficos.
PHP
1
star
25

dotfiles

Mis dotfiles
Shell
1
star
26

bofh-excuses

BOFH excuses, another foolish wp plugin.
PHP
1
star
27

memeticones

PHP
1
star
28

ReFu

Regulatory functions, an wordpess plug-in
PHP
1
star
29

abr4xas

1
star
30

GoogleAnalytics

Composer package for Laravel
HTML
1
star
31

mvd-omnibus

Pequeña librería para consultar las rutas y los horarios de llegada del bondi
PHP
1
star