In case you already have node.js and npm, make sure you update them before attempting to build the images
- Install / Instala git, Node.js and npm and Docker.
- Clone this project / Clona el proyecto
- On the base directory of this project execute this: / En el directorio raíz del proyecto ejecuta:
docker-compose up --build
- If you want to run it without docker: / Si quieres ejecutar el proyecto sin docker:
cd webapp
npm install
npm start
- Open on your web browser
https://localhost:3000
(maybe 3001, 3002... if you have that port busy) / Abre en tu navegador webhttps://localhost:3000
(quizás 3001, 3002... si ese puerto lo tienes ocupado)
You can get more information about the repository in the other README files: / Obtén más información en los README de:
- Documentation / Documentación: https://github.com/arquisoft/lomap_es5c/tree/master/docs
- Webapp: https://github.com/arquisoft/lomap_es5c/tree/master/webapp
This app is in continuous deployment on https://lomap5c.netlify.app
where you can use it whenever you want / Esta aplicación está publicada en Internet y en despliegue continuo en https://lomap5c.netlify.app
.
In case that you want to create your own deployment you can follow this steps / Si quieres crear un despliegue similar sigue estos pasos:
- Fork this repository / Forkea el repositorio
- Create an account on Netlify (must be linked to your Github profile if you want to make a continuous integration to the forked repository) / Crea una cuenta en Netlify (que esté vinculada a tu cuenta de Github).
- Select your default team and project on Netlify (in this case the Lomap forked repository) / Selecciona un equipo y repositorio por defecto (el de Lomap).
- Add a new repository / Añade el nuevo repositorio.
- Set up this configuration to your build: / Aplica esta configuración de despliegue:
And that's it. Enjoy our project :) / Eso es todo, disfruta de Lomap :)