mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
59 lines
1.6 KiB
Markdown
59 lines
1.6 KiB
Markdown
<p align="center">
|
|
<img src="https://github.com/user-attachments/assets/57f77bd5-bd3f-4367-84c0-aff6ecd392b4" alt="VitoDeploy>
|
|
<p align="center">
|
|
<a href="https://github.com/vitodeploy/vito/actions"><img alt="GitHub Workflow Status" src="https://github.com/vitodeploy/vito/workflows/tests/badge.svg"></a>
|
|
</p>
|
|
</p>
|
|
|
|
------
|
|
|
|
## About Vito
|
|
|
|
Vito is a self-hosted web application that helps you manage your servers and deploy your PHP applications into
|
|
production servers without a hassle.
|
|
|
|
## Quick Start
|
|
|
|
```sh
|
|
bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/2.x/scripts/install.sh)
|
|
```
|
|
|
|
## Features
|
|
|
|
- Provisions and Manages the server
|
|
- Easy database management, Supports Mysql and MariaDB
|
|
- Deploy your PHP applications such as Laravel
|
|
- Manage your server's firewall
|
|
- Supports Custom and Letsencrypt SSL
|
|
- Uses supervisor to handle queues
|
|
- Manages server's services
|
|
- Deploy your SSH Keys to the server
|
|
- Create and Manage cron jobs on the server
|
|
- API
|
|
|
|
## Useful Links
|
|
|
|
- [Documentation](https://vitodeploy.com)
|
|
- [Demo Website](https://demo.vitodeploy.com)
|
|
- [Install on Server](https://vitodeploy.com/getting-started/installation.html#install-on-vps)
|
|
- [Install via Docker](https://vitodeploy.com/getting-started/installation.html#install-via-docker)
|
|
- [Roadmap](https://github.com/orgs/vitodeploy/projects/5)
|
|
- [Discord](https://discord.gg/uZeeHZZnm5)
|
|
- [Contribution](https://vitodeploy.com/prologue/contribution-guide.html)
|
|
- [Security](/SECURITY.md)
|
|
|
|
## Credits
|
|
|
|
- Laravel
|
|
- PHPSecLib
|
|
- PHPUnit
|
|
- Tailwindcss
|
|
- Alpinejs
|
|
- Livewire
|
|
- Vite
|
|
- Prettier
|
|
- Postcss
|
|
- FilamentPHP
|
|
- Mobiledetect
|
|
- Spatie
|