mirror of
https://github.com/Grace-Solutions/Depl0y-Custom.git
synced 2026-07-26 11:28:19 +00:00
docs: update README links and screenshots
This commit is contained in:
@@ -39,7 +39,20 @@ Depl0y is a free, open-source web-based control panel that simplifies the deploy
|
|||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
*Screenshots coming soon*
|
Below are example screenshots of the Depl0y interface:
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
@@ -53,8 +66,8 @@ Depl0y is a free, open-source web-based control panel that simplifies the deploy
|
|||||||
|
|
||||||
1. **Clone the repository**
|
1. **Clone the repository**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/depl0y.git
|
git clone https://github.com/Grace-Solutions/Depl0y.git
|
||||||
cd depl0y
|
cd Depl0y
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Run the setup script**
|
2. **Run the setup script**
|
||||||
@@ -78,7 +91,7 @@ Depl0y is a free, open-source web-based control panel that simplifies the deploy
|
|||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
|
|
||||||
If you prefer manual installation, see [docs/INSTALLATION.md](docs/INSTALLATION.md) for detailed instructions.
|
If you prefer manual installation, see [docs/INSTALL.md](docs/INSTALL.md) for detailed instructions.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@@ -169,7 +182,7 @@ The VM will be automatically created with:
|
|||||||
- SSH server enabled
|
- SSH server enabled
|
||||||
- Ready to use immediately
|
- Ready to use immediately
|
||||||
|
|
||||||
📖 **Full guide:** [CLOUD_IMAGES_GUIDE.md](CLOUD_IMAGES_GUIDE.md)
|
📖 **Full guide:** [CLOUD_IMAGES_GUIDE.md](docs/CLOUD_IMAGES_GUIDE.md)
|
||||||
|
|
||||||
### Deploying a Linux VM (Traditional ISO Method)
|
### Deploying a Linux VM (Traditional ISO Method)
|
||||||
|
|
||||||
@@ -213,7 +226,7 @@ The VM will be automatically created with:
|
|||||||
### Backend Development
|
### Backend Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd backend
|
cd src/backend
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
@@ -223,7 +236,7 @@ uvicorn app.main:app --reload
|
|||||||
### Frontend Development
|
### Frontend Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd frontend
|
cd src/frontend
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
@@ -251,11 +264,11 @@ After making changes to the code, deploy them to production:
|
|||||||
# Or deploy manually - see DEPLOYMENT.md for details
|
# Or deploy manually - see DEPLOYMENT.md for details
|
||||||
```
|
```
|
||||||
|
|
||||||
📖 **Full deployment guide:** [DEPLOYMENT.md](DEPLOYMENT.md)
|
📖 **Full deployment guide:** [DEPLOYMENT.md](docs/DEPLOYMENT.md)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
We welcome contributions! Please see [CONTRIBUTING.md](docs/CONTRIBUTING.md) for guidelines.
|
||||||
|
|
||||||
1. Fork the repository
|
1. Fork the repository
|
||||||
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
||||||
@@ -329,8 +342,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|||||||
## Support
|
## Support
|
||||||
|
|
||||||
- **Documentation**: [docs/](docs/)
|
- **Documentation**: [docs/](docs/)
|
||||||
- **Issues**: [GitHub Issues](https://github.com/yourusername/depl0y/issues)
|
- **Issues**: [GitHub Issues](https://github.com/Grace-Solutions/Depl0y/issues)
|
||||||
- **Discussions**: [GitHub Discussions](https://github.com/yourusername/depl0y/discussions)
|
- **Discussions**: [GitHub Discussions](https://github.com/Grace-Solutions/Depl0y/discussions)
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user