Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.32 KB

SERVER.md

File metadata and controls

37 lines (26 loc) · 1.32 KB

Prepare for build server and deploy

Actor Platform is separated to server software and client applications.

Building Server (optional)

  • Install java and sbt on your machine.
  • Build server by calling sbt dist (first build may take up to 10 min)
  • Grab your server at actor-server/target/dist directory

Configure Server

Requirements for server

  • Installed PostgreSQL version 9.3+
  • Installed Apache Kaffka
  • Installed Apache ZooKeeper
  • AWS account with S3 bucket for file storage
  • Account at SMS gate one of: Telesign, Clicatell or Twillio
  • Have SSL Sertificates and public IP (or two for Mobile and Web clients)

Configuration file

Before starting file you need to application.conf file from application.conf.example file in config directory

Start server

To run server run bin/start

Mobile Apps configuration

Requirements for mobile support

After requirements you need to update your application.conf file and provide all required settings and restart your server.

When server is running you can start to build your apps.