Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
0d4aff3f
Commit
0d4aff3f
authored
Feb 25, 2019
by
Guillaume Cornut
Browse files
chore: Change GPDS DEV context path.
parent
0a45f311
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0d4aff3f
...
...
@@ -51,7 +51,7 @@ If you want to run an Elasticsearch server on your development machine you can u
docker-compose up
```
> This will launch an Elasticsearch server (with port forwarding `9200`
and `9300`
) and a Kibana server (with port forwarding `5601`)
> This will launch an Elasticsearch server (with port forwarding `9200`) and a Kibana server (with port forwarding `5601`)
> **Warning**: This repository does not automatically index data into Elasticsearch, you need to prepare your indices beforehand.
...
...
@@ -68,7 +68,7 @@ Otherwise, for the complete server (backend APIs + frontend interface), you can
./gradlew assemble
&&
java
-jar
backend/build/libs/gpds.jar
```
The server should then be accessible at http://localhost:8380/g
npis/gpds
The server should then be accessible at http://localhost:8380/g
pds-dev
## Run frontend development server
...
...
backend/src/main/resources/application.yml
View file @
0d4aff3f
...
...
@@ -47,5 +47,5 @@ server:
-
text/css
port
:
8380
servlet
:
context-path
:
/g
npi
s-dev
/gpds
context-path
:
/g
pd
s-dev
docker-compose.yml
View file @
0d4aff3f
...
...
@@ -7,7 +7,6 @@ services:
-
discovery.type=single-node
ports
:
-
9200:9200
-
9300:9300
kibana
:
image
:
docker.elastic.co/kibana/kibana:6.5.4
...
...
frontend/angular.json
View file @
0d4aff3f
...
...
@@ -42,7 +42,7 @@
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css"
],
"scripts"
:
[],
"baseHref"
:
"/g
npi
s-dev/
gpds/
"
"baseHref"
:
"/g
pd
s-dev/"
},
"configurations"
:
{
"production"
:
{
...
...
frontend/proxy.conf.js
View file @
0d4aff3f
const
PROXY_CONFIG
=
[
{
context
:
[
"
/g
npi
s-dev/
gpds/
brapi
"
,
"
/g
npi
s-dev/
gpds/
gnpis
"
,
"
/g
pd
s-dev/brapi
"
,
"
/g
pd
s-dev/gnpis
"
,
],
target
:
"
http://localhost:8380
"
,
secure
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment