Vagrant Box for local LEMP development for Windows and Linux
- Software Included
- Software needed
- Usage
- Where to put the code
- Visualize your development
- Credentials
- Help Tutorials
- Contact
- 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
$ git clone https://github.com/cerocodes/box.git myProject
$ cd myProject
$ vagrant up
$ vagrant ssh
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.
Just enter the following IP in your browser: http://192.168.33.10
Feature | Value |
---|---|
Host | 192.168.33.10 |
User | vagrant |
Password | vagrant |
Feature | Value |
---|---|
Host | 192.168.33.10 |
User | root |
Password | root |
Database | cerobox |
- 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
- Installing Git on Windows
- Installing Cmder onindows
- Installing VirtualBox on Windows
- Installing Vagrant on Windows
For any questions and suggestions feel free to contact us.