Giter Site home page Giter Site logo

homestead's Introduction

Laravel Homestead forked for Softec S.p.A.

The official Laravel local development environment.

Official documentation is located here.

Software

Included Software (in the original homestead)

  • Ubuntu 16.04
  • Git
  • PHP 7.0
  • Nginx
  • MySQL
  • MariaDB
  • Sqlite3
  • Postgres
  • Composer
  • Node (With PM2, Bower, Grunt, and Gulp)
  • Redis
  • Memcached
  • Beanstalkd

From the forked version

  • yarn
  • MongoDB

Quickstart

Software required

For on halt dump with Vagrant Triggers

  • mysqldump
  • pg_dump

Installation

  • add of Vagrant base machine

    vagrant box add laravel/homestead

  • clone of Vagrant box

    git clone https://github.com/softecspa/homestead.git HomesteadSoftecspa

  • enter the Vagrant directory

    cd HomesteadSoftecspa

  • initialize of homestead tool, it will create a ~/.homestead_softecspa directory with the Homestead.yml configuration file

    bash init.sh

  • edit the ~/.homestead_softecspa/Homestead.yml file
  • launch the vagrant machine

    vagrant up

  • enter the vagrant machine

    vagrant ssh

  • stop the vagrant machine

    vagrant halt

  • add to the hosts file

    192.168.10.13 servername

Configuration

  • ip: ip of virtual machine, useful for mapping in file hosts [192.168.10.13]
  • memory: [4096]
  • cpus: [4]
  • provider: [virtualbox]
  • name: [homestead-7-softecspa]
  • mariadb: [true]
  • mongodb: [true]
  • yarn: [true]
  • dumpdbonhalt: [true]
  • authorize: [~/.ssh/id_rsa.pub]
  • keys: [~/.ssh/id_rsa]
  • folders: mapping between local directory and remote mount point
  • sites: mapping between server name and public remote mount point
  • databases: db name, db type [mysql|postgresql], backup directory

Extensions

Vagrant Triggers

Vagrant Triggers

$ vagrant plugin install vagrant-triggers

homestead's People

Contributors

taylorotwell avatar svpernova09 avatar andrewhood125 avatar grahamcampbell avatar djuuu avatar haampie avatar jamshady avatar nickroberts avatar tillkruss avatar crynobone avatar ahsanity avatar olivierparent avatar martinlindhe avatar kevinsimard avatar drewhammond avatar techdaddies-kevin avatar mintalicious avatar wouterj avatar nickknissen avatar nathanmac avatar jesseobrien avatar lancedikson avatar codybohn avatar impleri avatar briankiewel avatar adeubank avatar adamgoose avatar zoontek avatar pixelpeter avatar pedrofornaza avatar

Watchers

LoreLLo avatar James Cloos avatar David Lippi avatar Nicola Bianchi 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.