-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Instructions and Zabbkit-push manuals missing #1
Comments
What issues have experienced? Have you tried to open the solution in VS and push build button? |
Hi Yan, Thank you very much for your response. I was able to build the application using Jenkins and it generated Zabbkit.Web.dll and Zabbkit.Web.pdb files in the Zabbkit.web/bin directory. I then hosted Zabbkit.web directory in IIS and launched the application in the browser only to get Error 500. It looks like the project contains only the Web Frontend part of the application, what about the backend DB and Server parts? Am I missing something or doing something wrong? Can you please help advise? With regards, Varun |
Hi, |
Also, in order to run iOS push notification you need to have APNS certificate issued by Apple (could be created in apple dev portal). The certificate is a .p12 file with pub & private key, its setting also set in web.config |
Hi Yan,
Thank you for your response.
What about the DB tables? Is there more information available on how to
setup the push notification server?
With regards,
Varun
…On Tue, 26 Sep 2017 at 11:28 pm, Yan Oreshchenkov ***@***.***> wrote:
Hi,
In Zabbkit.Web/Web.config file you could find connection string to
MongoDB. All data stored there, so you should run mongodb instance as well.
Regards,
Yan
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AefvJkCFFqXYFCcKAi3UAYBAdBeQ0iqRks5smPv-gaJpZM4PkKEw>
.
|
It's MongoDB, as master Yoda would say "the tables, you won't need them" :)
|
Hi Yan, Thank you for your response. I'm running MongoDB instance now but still getting Error 500. What could be wrong? Haven't got the iOS certificates yet, does this have anything to do with this? How do we generate logs to figure out the error? Also, if you have any documentation that could help us setting up the push notification server, that would be great..! Thanks again for your help so far..! With regards, Varun |
Hi Varun, |
Hi,
Can you please send us Build Instructions and Zabbkit-push manuals?
With regards,
Varun
The text was updated successfully, but these errors were encountered: