Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Actor Server

Compare
Choose a tag to compare
@actor-bot actor-bot released this 06 Jun 17:28
· 657 commits to master since this release

Release notes

Additional prerequisites

This release introduces new system requirements described here: https://developer.actor.im/docs/prerequisites#section-updating-openssl-and-installing-libapr1

How to get this update

If you use actor-bootstrap

Make sure you have the latest revision of https://github.com/actorapp/actor-bootstrap, and server/build.sbt file contains correct version of actor-server-sdk, like this:

 libraryDependencies += "im.actor.server" % "actor-server-sdk" % "1.0.153"

If you have the previous version of actor-server, installed via PPA

execute on your server:

sudo apt-get update
sudo apt-get install --only-upgrade actor

If you don't have previous actor-server installation

Use automatic installation script on Ubuntu 14.04