mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
created: 20171113142528313
|
|
creator: user
|
|
modified: 20171116221552388
|
|
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.8-509d6a3802 DB_PASSWORD=JKkqy78987df98sf982h3kj2hkjPwkjdbfkjwbfssj ./operations/deployment/deploy.auth.digitalefactuur.nl.sh
|
|
VERSION=3.1.8-509d6a3802 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.3.37-9c80990b77 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.0.74-39acb24894 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.60-22f135a730./operations/deployment/deploy.acceptatie.vrendly.bjoola.com.sh
|
|
|
|
```
|
|
* https://acceptatie.vrendly.bjoola.com
|
|
|
|
|