Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Release 6.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
choucrifahed committed Sep 6, 2019
1 parent 7fb8279 commit c2561de
Show file tree
Hide file tree
Showing 20 changed files with 889 additions and 59 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PLATFORM6_ROOT=~/platform6/instances
# - 5.24.7
# - 6.0.0-alpha-4
# - 6.0.0-alpha-5
PLATFORM6_VERSION=6.0.0-alpha-5
# - 6.0.0-beta-1
PLATFORM6_VERSION=6.0.0-beta-1

# Generated environment variables below, please do not edit
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
image: $P6CORE_IMAGE_ID
depends_on:
- pgsql
- demobc
volumes:
- $INSTANCE_DATA_PATH/p6core.data:/opt/b2box5.data
links:
Expand Down Expand Up @@ -54,8 +55,6 @@ services:
- LOG_LEVEL=3
- PROXY_NO_SSL=true
- PROXY_NO_CACHE=true
links:
- p6core:b2box
ports:
- "8480:8480"
networks:
Expand All @@ -64,9 +63,10 @@ services:
# Local Ethereum blockchain used by the Demo App, delete this container in production
demobc:
container_name: demobc
image: pegasyseng/pantheon:latest
image: pegasyseng/pantheon:1.2.2
command:
--network=dev
--data-path=/var/lib/pantheon
--rpc-http-enabled
--rpc-ws-enabled
--host-whitelist="all"
Expand Down
5 changes: 5 additions & 0 deletions reference_data/6.0.0-beta-1/p6core.data/conf/application.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
p6auth {
remote.provider {
url: "https://login.amalto.io/apis/v2/b2auth"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdbc.driverClassName=org.postgresql.Driver
jdbc.url=jdbc:postgresql://database:5432/b2box
jdbc.username=b2box
jdbc.password=qsd56fg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
######################################################################
# b2box reporting data source configuration
######################################################################

# PGSQL
jdbc.driverClassName=org.postgresql.Driver
jdbc.url=jdbc:postgresql://database:5432/b2box
jdbc.username=b2box
jdbc.password=qsd56fg
jdbc.validation.query=select 1
dialect.mapper=com.amalto.b2box.core.store.impl.dialect.pgsqlxml.mappers.proc.ReportingDataSourceProcMapper
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions reference_data/6.0.0-beta-1/p6core.data/logs/.marker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Note: PKI certificate files should be stored in this folder.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
1 change: 1 addition & 0 deletions reference_data/6.0.0-beta-1/p6core.data/webapps/.marker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Marker file to ensure folder is tracked in git
Loading

0 comments on commit c2561de

Please sign in to comment.