how to run the Server after building from sources?

Solved!
Posted in General by TzeChung Sit Thu Aug 20 2015 03:09:42 GMT+0000 (UTC)·2·Viewed 1,017 times

After I Build Server from Sources(./sbt dist),I don't understand what to do about 'After finishing build you can get server at actor-server/target/dist.'.But I donn't have the path 'target' in 'actor-server' at all. And how can I access the server? http://127.0.0.1/actor-server/target/dist? It seems not like I have configurated it to my IIS. Please Help
Gokce Yucel
Sep 15, 2015
Your build process (./sbt dist) should end something like this: ```[info] Done packaging. [info] [info] Your package is ready in /home/gkc/Projects/actor-platform/actor-server/target/universal/actor-server-***.zip [info]``` As it says, you 're now looking for /target/universal/actor-server***.zip file instead of dist directory which -I think- it's obsolete. just unzip where ever you want then run ./bin/actor-server in there. Note that you may need to configure ./conf/server.conf Hope that helps.

Steve Kite marked this as solved
Markdown is allowed