Skip to content

Two changes #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ To get started:
* RT (Real Time) server (default port 5000)
Each prompt will show the default port number, to accept it, simply press **Enter**, otherwise, enter a port number.
1. When the command finishes, make sure Docker is running on your machine.
1. Run Backendless Pro using the following command:
1. Non Amazon Environments, Run Backendless Pro using the following command:
```
./backendless_start.sh
./backendless_start.sh
```
1. Amazon Enviornments, Run Backendless Pro using the following command:
```
JAVA_ARGUMENTS="-Dweborb.subscriber.id=<subscriber_id> -Dweborb.emailaddress=mark@themidnightcoders.com -Daws.accessKeyId=<aws_access_key> -Daws.secretKey=<aws_secret_key>" ./backendless_start.sh
```
1. During the installation you may see some errors, for example:
```
[INFO] WaiterService - SQL database 'main_backendless' is not accessible. Error message: Communications link failure
Expand Down
Empty file modified scripts/backendless_install.sh
100644 → 100755
Empty file.
Empty file modified scripts/backendless_start.sh
100644 → 100755
Empty file.
Empty file modified scripts/backendless_status.sh
100644 → 100755
Empty file.
Empty file modified scripts/backendless_stop.sh
100644 → 100755
Empty file.
Empty file modified scripts/check_ports.sh
100644 → 100755
Empty file.
Empty file modified scripts/check_start.sh
100644 → 100755
Empty file.
Empty file modified scripts/pull.sh
100644 → 100755
Empty file.