Skip to content
/ box Public

Vagrant Box for local LEMP development for Windows and Linux - Ubuntu 16.04.2, Php 7.1.5, Mysql 5.7.18, Nginx, Composer & Git

License

Notifications You must be signed in to change notification settings

cerocodes/box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cerobox

Vagrant Box for local LEMP development for Windows and Linux

Content

  1. Software Included
  2. Software needed
  3. Usage
  4. Where to put the code
  5. Visualize your development
  6. Credentials
  7. Help Tutorials
  8. Contact

Software Included

  • Ubuntu Ubuntu 16.04.2 LTS
  • Nginx v1.11.9
  • PHP v7.1.5
  • Mysql v5.7.18
  • Composer v1.4.2
  • git v2.7.4

Software needed

Usage

1.- Clone

$ git clone https://github.com/cerocodes/box.git myProject

alt text

2.- Run

$ cd myProject $ vagrant up

alt text

3.- SHH

$ vagrant ssh

alt text

Where to put the code

Your operating system along with Cerobox shares a synchronized folder called "public" where the source code of your application will be.

So you can edit the source code from your operating system and run with the Cerobox web server.

alt text

Visualize your development

Just enter the following IP in your browser: http://192.168.33.10

alt text

Credentials

SSH

Feature Value
Host 192.168.33.10
User vagrant
Password vagrant

Mysql

Feature Value
Host 192.168.33.10
User root
Password root
Database cerobox

Help Tutorials

Ubuntu 17.04 Zesty

  • Installing Git on Ubuntu 17.04 Zesty
  • Install Virtualbox on ntu 17.04 Zesty
  • Installing Vagrant on Ubuntu 17.04 Zesty
  • 192.168.33.10 Not working Ubuntu

Windows

  • Installing Git on Windows
  • Installing Cmder onindows
  • Installing VirtualBox on Windows
  • Installing Vagrant on Windows

Contact

For any questions and suggestions feel free to contact us.

About

Vagrant Box for local LEMP development for Windows and Linux - Ubuntu 16.04.2, Php 7.1.5, Mysql 5.7.18, Nginx, Composer & Git

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages