The Actor Platform is separated into server software and client applications.
Read more in our new documentation
- Install
java
andsbt
on your machine. - Build server by calling
sbt dist
(first build may take up to 10 min). - Grab your server in
actor-server/target/dist
.
- Installed PostgreSQL version 9.3+
- AWS account with S3 bucket for file storage
- Account with one of the following SMS gateways: TeleSign, Clickatell, or Twilio
- Have SSL certificates and public IP (or two for Mobile and Web clients)
Before starting the server, you need an application.conf file from in the config
directory. See the application.conf.example file for an example.
To start the server, run bin/start
.
- Project in Google Developer Console
- Push Configuration
- An Apple Developer Account
- Push Configuration
After meeting the requirements, you need to update your application.conf file with all required settings and restart the server.
Once the server is running, you can start to build your apps.