pjay / plush

Push notifications for mobile apps - built on the Typesafe stack to ensure scalability
Other
103 stars 31 forks source link

Server code doesn't work on digital ocean server #7

Open kamaljain1991 opened 9 years ago

kamaljain1991 commented 9 years ago

Can you tried this server on digital ocean Because I am trying on amazon instance and local computer both are perfectly work But on digital ocean server instance it does't work I got the Pages but when it connect to create use it cannot connect with server and i didn't find any log about it. When I submit it make as infinite loop.

pjay commented 9 years ago

Hi,

Thanks for the report. I'll try running it on DO and let you know. On what kind of droplet did you try? Which distribution/setup?

Cheers,

Philippe

kamaljain1991 commented 9 years ago

Hi, Sorry for delay, droplet configuration is : Ubuntu 14.10 (GNU/Linux 3.16.0-23-generic x86_64) RAM : 2 GB Activator version which use to run the application : typesafe-activator-1.2.10 Redis server version : Redis version 2.8.17

After run the activator on plush project logs : [info] Loading project definition from /root/push/plush-master/project [info] Set current project to plush (in build file:/root/push/plush-master/) [plush] $ start

(Starting server. Type Ctrl+D to exit logs, the server will remain in background)

Play server process ID is 31928 [info] play - Application started (Prod) [info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000

I opened the 9000 and 6379 for public access

kamaljain1991 commented 9 years ago

Hi, Thanks for looking into this, can you please share your finding about this.