- Thomas Gardner Perry
- Yeray Galán López
- Álvaro Sánchez García
- Ángel García Menéndez
- Luis Pastrana García
- Enrique José Rodríguez Martín
- Jose Manuel Estrada-Nora Muñoz
The documentation is available here
This project was generated with Angular CLI version 6.0.8.
First of all install node (& npm) and then execute npm install to install all the dependencies needed from now on. To view a live version of the app check out the Development Server section.
Before doing anything with the documentation make sure to execute npm run docs:prepare for the dependency to be installed.
Execute npm run docs:build to generate the html documents and dependencies (will end up in /docs).
You can also use npm run docs:watch if you want a local version served on http://localhost:4000/.
Run npm start for a dev server or alternatively npm run start:https for an https version with self signed certificates.
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Note: the https version is provided so it can be accessed from a different machine and not trigger problems when logging in.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
For building and deploying to GitHub pages run npm run ghpages:build and everything will end inside the docs/ folder.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Run npm run int:extract to extract from the html(ej: <h3 i18n="Login description@@LoginDescription"></h3>) to the xml internationalization file.
Run npm run start:es to use the app in Spanish.
Run docker build --rm -f "Dockerfile" -t dechat_en2a:latest . to build the container with tag "dechat_en2a:latest".
Run docker run --rm -d -p 81:81 dechat_en2a:latest to run in the address configured by docker.
Run docker tag tag1 tag2 to change the name of the tag
To upload it on here :
- Enter
docker loginand introduce your credentials. - Run
docker push nametagto push it to the docker repository.
Note: currently there is a problem with deploying the container (related to the https issue mentioned before).
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.