Skip to content

2. Running

Roj edited this page Aug 13, 2022 · 2 revisions

Currently, there are 2 methods to get your Xor running:

  1. Heroku
  2. On your server

Please get your credentials before reading the below instructions.

Methods

Heroku

Deploy to Heroku

  1. Click the button above.
  2. Login if you haven’t already.
  3. Put in your credentials.
  4. Click the “Deploy” button.

On Your Server

  1. Make sure that you have Node.js installed.
  2. Create a .env file.
  3. Put your credentials inside it.

Linux, macOS

  1. Run the following:
wget -qO- https://raw.githubusercontent.com/xorgram/xor/main/scripts/start.sh | sh

Windows

  1. Run the following:
iwr https://raw.githubusercontent.com/xorgram/xor/main/scripts/start.ps1 -useb | iex

What’s next?

See Get started.

Clone this wiki locally