mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
64 lines
2.0 KiB
Plaintext
64 lines
2.0 KiB
Plaintext
created: 20171113142528313
|
|
creator: user
|
|
modified: 20180226172112646
|
|
modifier: user
|
|
tags:
|
|
title: deploy to LIVE
|
|
type: text/vnd.tiddlywiki
|
|
|
|
! bronnen
|
|
* https://docs.google.com/document/d/1v6bZ_sbYht6MMaFAsiFaO_6f8uzVxK4nRpqey77PTLg/edit
|
|
|
|
|
|
|
|
! auth
|
|
```sh
|
|
mkdir .dobi/live.auth
|
|
unzip -d .dobi/live.auth ~/Downloads/auth-productie.zip # taken from LastPass
|
|
|
|
export KEY_DIRECTORY_PATH=`pwd`/.dobi/live.auth
|
|
|
|
VERSION=3.1.18-60d9d753c7 DB_PASSWORD=JKkqy78987df98sf982h3kj2hkjPwkjdbfkjwbfssj ./operations/deployment/deploy.auth.digitalefactuur.nl.sh
|
|
VERSION=3.1.18-60d9d753c7 DB_PASSWORD=JKkqy78987df98sf982h3kj2hkjPwkjdbfkjwbfssj ./operations/deployment/deploy.auth.vrendly.nl.sh
|
|
|
|
|
|
```
|
|
* https://auth.vrendly.nl/info/version
|
|
* https://auth.digitalefactuur.nl/info/version
|
|
|
|
|
|
! genifer
|
|
|
|
```sh
|
|
# export KEY_DIRECTORY_PATH=/Users/fruit/Development/df-genifer-auth/.dobi/live.auth
|
|
|
|
VERSION=0.8.0_INTEGRATION-d10c68616b
|
|
VERSION=0.8.6-12c401c691
|
|
VERSION=0.8.10-02a9cfb1eb APP_KEY=base64:4MYL3w/bnFCUePRpkReFoWQghPgVVKMfc19ehBCyVks= DB_PASSWORD=JKjkshfwehufy2dwegf723gewJJsjgcgsi84345345 TOKEN_SECRET=2AYMLm7sx8PbrrFs9PD88z9zGr8bJ49q ./operations/deployment/deploy.portal.genifer.xyz.sh
|
|
```
|
|
* https://portal.genifer.xyz/api/version
|
|
|
|
! victor
|
|
|
|
Config is read from disk for LIVE deployment. You need to put contents of ''LASTPASS "portal-api.vrendly live victor config"'' secret note into `./operations/deployment/portal-api.vrendly.nl.json`
|
|
|
|
```sh
|
|
VERSION=3.1.48-f475fe1e82
|
|
VERSION=3.2.4-d5a855811a DB_PASSWORD=Hjf729hvkjlller7cg37rgllhukKhfjdkkskHdf839 TOKEN_SECRET=dowkfMsUrknjkGegnwguGwEiQqr4NW6Q ./operations/deployment/deploy.portal-api.vrendly.nl.sh
|
|
|
|
```
|
|
* https://portal-api.vrendly.nl/site/version
|
|
|
|
! vrendly
|
|
```sh
|
|
VERSION=2.0.97-8a1ef1c865
|
|
VERSION=2.0.114-20c1301db6
|
|
VERSION=2.1.5-0b970d1e5e ./operations/deployment/deploy.portal.vrendly.nl.sh
|
|
|
|
```
|
|
* https://portal.vrendly.nl
|
|
* https://debitor.vrendly.nl
|
|
* http://go.vrendly.nl -302-> https://debitor.vrendly.nl/app/#/token-login
|
|
* http://ideal.vrendly.nl -302-> https://debitor.vrendly.nl/app/#/token-login
|
|
|