Search the Community
Showing results for tags 'external'.
-
I want to access my postgre sql from external but I don't really know how can someone provide me some informations and enable external access please. primary domain: cryptex.heliohost.us database name: cryptex_userdata database user: cryptex_admin
- 3 replies
-
- postgresql
- database
-
(and 3 more)
Tagged with:
-
import sys, osimport dialogflow_v2 as dialogflowimport codecs, json from twisted.internet import defer, endpoints, protocol, reactor, taskfrom twisted.python import logfrom twisted.words.protocols import irc I am making an IRC bot for an IRC server and would like to host it 24/7 it should be very low cpu intensive because it is a small server and I doubt that it will have more than a dozzen uses per hour. I don't see how to actually keep the script running though. Using the helloworld test (which does work) I assume that it only stays running while the browser window is open and restarts in a new instance every time someone opens the webpage? I also dont understand how to install dependencies? would I just package all of the required files into a folder and upload that? I understand that heliohost does not have a command interface. Is there some other way to pip install?