Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcorfilacarreras/deploy-now
A platform that allows you to deploy various services on demand to exhibit projects for up to 10 minutes.
https://github.com/marcorfilacarreras/deploy-now
docker python side-project
Last synced: about 1 month ago
JSON representation
A platform that allows you to deploy various services on demand to exhibit projects for up to 10 minutes.
- Host: GitHub
- URL: https://github.com/marcorfilacarreras/deploy-now
- Owner: MarcOrfilaCarreras
- License: mit
- Created: 2024-10-05T19:24:35.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T23:18:24.000Z (about 2 months ago)
- Last Synced: 2024-10-28T04:52:38.573Z (about 2 months ago)
- Topics: docker, python, side-project
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Deploy now
A platform that allows you to deploy various services on demand to exhibit projects for up to 10 minutes.
## Installation
### With Docker (Recommended)
1. Clone the Repository:
```bash
git clone https://github.com/MarcOrfilaCarreras/deploy-now.git
```2. Navigate to Project Directory:
```bash
cd deploy-now
```3. Build and run the Docker container:
```bash
docker compose up -d --build
```### Without Docker
1. Clone the Repository:
```bash
git clone https://github.com/MarcOrfilaCarreras/deploy-now.git
```2. Navigate to Project Directory:
```bash
cd deploy-now
```3. Install the dependencies:
```bash
pip install -r requirements.txt
```4. Run the project:
```bash
python3 ./src/app.py
```## License
See the [LICENSE.md](LICENSE.md) file for details.