Skip to content
Snippets Groups Projects
Commit c036d0d1 authored by François Agneray's avatar François Agneray
Browse files

Merge branch 'lmenou_contributions' into 'master'

Make some contributions from my understanding of ANIS

See merge request !1
parents 5aa11d4e afccf69a
No related branches found
No related tags found
1 merge request!1Make some contributions from my understanding of ANIS
Pipeline #10703 passed
......@@ -34,7 +34,8 @@ To operate ANIS needs, in addition to the four containers mentioned above, sever
## Makefile
ANIS contains a `Makefile` that helps the developer to install and start the application.
Just for information, to list all operations availables just type `make` in your terminal.
The latter `Makefile` defines CLI shortcuts for docker commands used to manage the different latter containers.
Just for information, to list all available operations just type `make` in your terminal.
![anis_make](img/anis_make.png)
......@@ -161,4 +162,4 @@ Few examples:
### Services
* The services are available at the following address: `http://localhost:5000`
\ No newline at end of file
* The services are available at the following address: `http://localhost:5000`
......@@ -35,7 +35,8 @@ just change the parameter `authenticationEnabled` by true. Keycloak is already c
## Web interface
To open the web interface in dev mode go to: [http://localhost:4201](http://localhost:4201)
To open the web interface in development mode, you can click on the `Admin` button on the
upper right in the navigation bar. You should get to a page like the following.
![anis_admin_root](img/anis_admin_root.png#center)
......@@ -65,4 +66,4 @@ database you must go to the second tab `Databases`.
Here you see the test database added during the installation of anis-server.
To add a new database, you must click on `new database`. You must then fill in
all the mandatory fields to reference a new database. Attention for the moment
only the postgresql driver has been tested.
\ No newline at end of file
only the postgresql driver has been tested.
# Web Portal
## Default Instance
When you first connect to [http://localhost:4200/](http://localhost:4200/), you should
see the default instance implemented. Note that there is a default re-routing
to `./portal/home/`.
You can click on `Access to the project` to go to the homepage of the instance.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment