Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismail01100/devops
https://github.com/ismail01100/devops
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismail01100/devops
- Owner: ismail01100
- Created: 2024-11-14T13:49:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T15:36:28.000Z (2 months ago)
- Last Synced: 2024-11-14T15:36:49.500Z (2 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Project Documentation
## Requirements
- Latest Docker version
- Windows Subsystem for Linux (WSL)## Setup Instructions
1. Clone the repository:
```sh
git clone https://github.com/ismail01100/DevOps
```2. Open Command Prompt and navigate to the project folder:
```sh
cd DevOps
```3. Enter the bash console using the following command:
```sh
bash
```4. Build the Docker containers:
```sh
make build
```5. Access the website at:
```
http://localhost:8080
```6. Access PHPMyAdmin at:
```
http://localhost:8081
```- Username: `user`
- Password: `password`## Make Commands
- `make clean`: Deletes all containers, volumes, and prunes the system.
- `make test`: Runs the unit tests.
- `make logs`: Shows the Docker logs.
- `make rebuild`: Rebuilds all containers and volumes.
- `make fresh`: Resets the database and rebuilds the containers.