vallory/nosbox

Box for Vagrant

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:Shell

Type:project

1.4 2020-11-16 12:42 UTC

This package is auto-updated.

Last update: 2024-06-16 21:06:18 UTC


README

NosBox

Vagrant Box para Nosotros

License

Specs

Ubuntu LTS Mysql Version Php Version NosBox Version Branch
20.04 8.0 7.4 1.3 main

Set up and running

First Step

Before start cloning the repository you must install VirtualBox as well as Vagrant.

Installing the NosBox Vagrant Box

Once VirtualBox and Vagrant have been installed, you should add the vallory/nosbox box to your Vagrant installation using the following command in your terminal.

$ vagrant box add vallory/nosbox

Installing NosBox

You may install NosBox by cloning the repository onto your host machine. Consider cloning the repository into a NosBox folder within your "home" directory:

$ git clone https://github.com/Vallory-HQ/NosBox.git ~/NosBox

Running NosBox

After successfully install NosBox proceed to run the box by typing the next commands on your terminal:

$ cd ~/NosBox
$ vagrant up

Updating NosBox (first part)

Vagrant will let you know when a new version of NosBox has been release, to update NosBox proceed to run the box by typing the next commands on your terminal:

$ cd ~/NosBox
$ vagrant box update

Updating NosBox (last part)

Updating the box will not update an already-running Vagrant machine. To reflect the changes in the box, you will have to destroy and bring back up the Vagrant machine, proceed to do so by typing the next commands on your terminal:

$ vagrant destroy -f
$ vagrant up

Ubuntu 20.04

User Password
vagrant vagrant

Mysql

User Password
root secret

Others

  • Composer
  • Npm
  • Git
  • Phpmyadmin