Parcourir la source

activation tweaks

tags/v0.1.6
Jonathan Cobb il y a 5 ans
Parent
révision
8b34fc9353
3 fichiers modifiés avec 9 ajouts et 5 suppressions
  1. +3
    -3
      bubble-server/src/main/resources/models/dist/cloudService.json
  2. +5
    -1
      dist-README.md
  3. +1
    -1
      utils/cobbzilla-wizard

+ 3
- 3
bubble-server/src/main/resources/models/dist/cloudService.json Voir le fichier

@@ -31,7 +31,7 @@
"name": "LocalStorage",
"type": "storage",
"driverClass": "bubble.cloud.storage.local.LocalStorageDriver",
"driverConfig": { "baseDir": "{{LOCALSTORAGE_BASE_DIR}}" },
"driverConfig": { "baseDir": "{{#exists LOCALSTORAGE_BASE_DIR}}{{LOCALSTORAGE_BASE_DIR}}{{else}}.bubble_local_storage{{/exists}}" },
"template": false
},

@@ -72,7 +72,7 @@
{
"name": "SmtpServer",
"type": "email",
"driverClass": "{{BUBBLE_SMTP_DRIVER}}",
"driverClass": "bubble.cloud.email.SmtpEmailDriver",
"driverConfig": {
"tlsEnabled": true
},
@@ -90,7 +90,7 @@
{
"name": "TwilioSms",
"type": "sms",
"driverClass": "{{BUBBLE_SMS_DRIVER}}",
"driverClass": "bubble.cloud.sms.twilio.TwilioSmsDriver",
"driverConfig": {},
"credentials": {
"params": [


+ 5
- 1
dist-README.md Voir le fichier

@@ -18,8 +18,12 @@ will also be "yours only" -- all Bubbles disconnect from their launcher during c

## Getting Started

### Install OpenJDK 11
Install [Java 11](https://openjdk.java.net/install/) from OpenJDK.
It will probably be easier to install using an OS package, for example `sudo apt install openjdk-11-jre-headless`

### Install PostgreSQL and Redis
Install [PostgreSQL](https://www.postgresql.org/download/) if it is not installed on your system.
Install [PostgreSQL 10](https://www.postgresql.org/download/) if it is not installed on your system.
It will probably be easier to install using an OS package, for example `sudo apt install postgresql`

Install [Redis](https://redis.io/download) if it is not already installed on your system.


+ 1
- 1
utils/cobbzilla-wizard

@@ -1 +1 @@
Subproject commit 115f3c322f49948a31910e55c8909c67233ea623
Subproject commit 97469af03d871cb39168f3d6f20b56b495b5ccdb

Chargement…
Annuler
Enregistrer