Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions contents/ServerInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ excerpt: 'Pull and run Exoframe server using docker'

## Installation and Usage

### Automatic installation
```
bash -c "$(curl -fsSL https://raw.github.com/exoframejs/exoframe-server/master/tools/install.sh)"
```
Available parameters:
```
-D, --dry-run Dry run. Print command instead of executing it.
-e, --email Enter email to enable SSL support.
-d, --domain Enter exoframe-server domain.
-p, --password Enter your private key used for JWT encryption.
```

### Manual installation
1. Make sure you have Docker [installed and running](https://docs.docker.com/engine/installation/) on your host.
2. Pull and run Exoframe server using docker:

Expand Down