Giter Club home page Giter Club logo

vagrantsetup's Introduction

VagrantSetup

Make it easy to setup a new vagrant instance with LAMP stack and optional WP install

Requirements

Usage

Download the files and place it in your project root folder. Open up your terminal and cd into your project directory.

LAMP stack only

Run the following command if you only want to setup a LAMP server without installing WordPress: sh vagrantsetup init <dbname> where <dbname> is the name of the database the server creates.

WordPress install

Run the following command for installing the latest version of WordPress and setting it up on Vagrant: sh vagrantsetup WPinit <projectname> where <projectname> is the name of the WordPress installation.

Access your server

When the server is up and running, you can access your server on the IP 192.168.57.10 or on your local network using <your_machine_ip>:8080.

MySQL & PHPMyAdmin

You can access your database using the following credentials: Usernmae: 'root' Password: 'dbadmin' Database: '<dbname | projectname>'

You can access PHPMyAdmin on the ip 192.168.57.10/phpmyadmin. Log in with the same credentials as MySQL.

Notice this server is a development server and is not intended for production use!

vagrantsetup's People

Contributors

kasperbaago avatar

Watchers

Stefan Fodor avatar James Cloos 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.