Skip to content
Snippets Groups Projects
Commit f2f6c831 authored by Olabarrieta Palacios, Ignacio's avatar Olabarrieta Palacios, Ignacio
Browse files

Adding a couple of hints for developing purposes

parent 6c9b2fb0
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,14 @@ $ docker-compose up ...@@ -82,6 +82,14 @@ $ docker-compose up
This section summarizes the basic commands and configurations needed to integrate a new tool into the URBANITE-UI. This section summarizes the basic commands and configurations needed to integrate a new tool into the URBANITE-UI.
It is suggested to fork the repository or to create a specific branch for any new tool to be integrated. It is suggested to fork the repository or to create a specific branch for any new tool to be integrated.
To "skip" the autentication process only for development purpouses
"enableAuthentication":false
To push back to the repository
```bash
$ git push --no-verify
```
### Create a Module ### Create a Module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment