anitab-org / anitab-org/mentorship-backend

Create an Installation script to automatically install and setup the project

Abierto
#223 8 comentarios 0 reacciones 0 asignados Ver en GitHub
Category: Coding Status: On Hold
Lenguaje dominante
Python
Estrellas
200
Forks
449
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Is your feature request related to a problem? Please describe.**
Currently the installation and setup of Mentorship Backend is done manually. It would be great to have a single script which could download the code and setup the various configurations required automatically.

**Describe the solution you'd like**
Create a shell script named **install.sh** (for Linux/Mac) or **install.bat** (for Windows) which would do the following when run -
- Clone the repository to the present working directory of the running script (if not already inside one, which will mostly be the case )
- Perform all the required setup for the repository to run. Take any variable inputs as mandatory command line arguments, without which the script will produce an error, and prompt the user to enter the values.
- Perform unit testing on the installation and display its results

**Describe alternatives you've considered**
To modify the deploy.sh file to work on local systems

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.