Code Monkey home page Code Monkey logo

vskeleton's Introduction

#vskeleton #Vagrant skeleton for LAMP-JS projects

  1. Clone this skeleton repository, it contains a Vagrantfile, a project folder and a vscripts folder Vagrantfile contains the instructions to up your virtual machine The project folder will contain your code The vscripts folder contains the provisioning scripts for vagrant up
  2. cd into the directory which contains your Vagrantfile
  3. vagrant up
  4. After vagrant is all set up, vagrant ssh and clone your project repository 4.1 cd into /var/www 4.2 git clone 4.3 enter your credentials 4.4 After cloning your repository, you need to move this into your html folder 4.4.1 rm -rf html 4.4.2 mv <> html
  5. install composer dependencies 5.1 composer install 5.2 composer dumpautoload 5.3 exit the vm 6 install npm dependencies 6.1 npm install 7 run gulp

This vagrant setup runs under a Centos 7 virtual machine with httpd, mariadb, php, memcached, xdebug

The virtual host is already set up to work with code installed in /var/www/html The server name is localhost:8088

vskeleton's People

Contributors

eduardogochi avatar egochi-tiempodev avatar

Watchers

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