Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/durrezahmed/vprofile-project-local-setup
This is DevOps project for vprofile app local setup using Manual and Automated Provisioning.
https://github.com/durrezahmed/vprofile-project-local-setup
automation iac shell-scripting vagrant
Last synced: 24 days ago
JSON representation
This is DevOps project for vprofile app local setup using Manual and Automated Provisioning.
- Host: GitHub
- URL: https://github.com/durrezahmed/vprofile-project-local-setup
- Owner: durrezahmed
- Created: 2023-02-15T14:47:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T16:17:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T15:47:09.768Z (3 months ago)
- Topics: automation, iac, shell-scripting, vagrant
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps Project - Vprofile Project Local Setup
This is DevOps project for vprofile app local setup using Manual and Automated Provisioning.
## Manual Provisioning
### Usage
#### Clone Repository:
```bash
git clone https://github.com/durrezahmed/vprofile-project-local-setup.git
``````bash
cd vprofile-project-local-setup/manual-provisioning
```#### Run the following Command to Start the VMs:
```bash
vagrant up
```#### Run the following Command to check the Status of the VMs:
```bash
vagrant status
```#### Then Run all the Commands from the Files in the following order:
- mysql-setup.md
- memcached-setup.md
- rabbitmq-setup.md
- tomcat-setup.md
- code-build-deploy.mdThe interface of the vprofile app is then available at the IP Address of the Nginx VM `192.168.56.11` or by using the hostname `web01` in the browser.
## Automated Provisioning
### Usage
#### Clone Repository:
```bash
git clone https://github.com/durrezahmed/vprofile-project-local-setup.git
``````bash
cd vprofile-project-local-setup/automated-provisioning
```#### Run the following Command to Start the Automated Provisioning of the VMs:
```bash
vagrant up
```#### Run the following Command to check the Status of the VMs:
```bash
vagrant status
```The interface of the vprofile app is then available at the IP Address of the Nginx VM `192.168.56.11` or by using the hostname `web01` in the browser.