Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jovanyaldair/vagrant-nginx
In this project, I deployed a website locally, using NGINX on a Vagrant machine, automatically, using shell script
https://github.com/jovanyaldair/vagrant-nginx
nginx shell-script static-site vagrant
Last synced: about 2 months ago
JSON representation
In this project, I deployed a website locally, using NGINX on a Vagrant machine, automatically, using shell script
- Host: GitHub
- URL: https://github.com/jovanyaldair/vagrant-nginx
- Owner: JovanyAldair
- Created: 2024-07-27T16:36:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:07:44.000Z (5 months ago)
- Last Synced: 2024-11-07T08:06:05.635Z (about 2 months ago)
- Topics: nginx, shell-script, static-site, vagrant
- Language: Shell
- Homepage:
- Size: 325 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Deploy of a website using NGINX locally
## Introduction
In this project, there is the deploy of a website, owned by [Helder Cambuta](https://github.com/nangazaki) locally, using NGINX on a Vagrant machine, automatically, using shell script
## Archtecture
In this project there is a one VM, created using Vagrant, called:
*Nginx
## Usage
### Pre-requisites
To use this project, you need:
1. Install [Vagrant](https://developer.hashicorp.com/vagrant/install?product_intent=vagrant)
2. Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
### Execution
To setup the enviroment use:
`vagrant up`
After setup the enviroment, to provisioning the machine use:
`vagrant provision`
Access the machine using the command:
`vagrant ssh`
Or type in your browser the URL:
`http://192.168.57.25/johnniewalker/`
### Screenshot
Application deployed