mirror of
https://github.com/michaelstaake/mainty.git
synced 2026-04-16 11:30:13 +00:00
Update README.md
This commit is contained in:
@@ -4,16 +4,16 @@ A simple PHP web app for tracking vehicle maintenance records. Free, easy, respo
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
- If you're using Docker, these requirements should be handled automatically, and you don't need to worry about them:
|
||||||
- Apache web server
|
- Apache web server
|
||||||
- PHP 8 or higher
|
- PHP 8 or higher
|
||||||
- SQLite extension
|
- SQLite extension
|
||||||
- If you're using Docker, these requirements should be handled automatically, and you don't need to worry about it.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Option 1: Docker
|
### Option 1: Docker
|
||||||
|
|
||||||
Once you have Docker working on your computer, enter the system where you have placed Mainty and run the following command to start the services:
|
Once you have Docker working on your system, enter the directory where you have placed Mainty and run the following command to start the services:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user