Skip to content
Merged
Changes from all 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
12 changes: 12 additions & 0 deletions docs/ServerInstallation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Exoframe Server

## 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