Actor Platform is separated to server software and client applications.
- Install
java
andsbt
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
- 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)
Before starting file you need to application.conf file from application.conf.example file in config
directory
To run server run bin/start
- Project in Google Developer Console
- Push Configuration
- Apple Developer Account
- Push Configuration
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.