Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.