Need clear instructions on installing from scratch
See original GitHub issueHi,
I’m having trouble installing oncall in our linux environment using the instructions given.
Here is one of the errors while running “python setup.py develop” : I have a venv set up with python 3.6.3
Processing dependencies for oncall==1.1.0 Searching for slackclient Reading https://pypi.python.org/simple/slackclient/ Downloading https://files.pythonhosted.org/packages/1f/9e/dd5bb327786be753e5d8de976082eb714cb83abeb00f67f0646ba2e166ad/slackclient-1.2.1.tar.gz#sha256=e9de0c893e8c5473107f5927ae1e543d35246f0c834f5e86470b22b762211577 error: Download error for https://files.pythonhosted.org/packages/1f/9e/dd5bb327786be753e5d8de976082eb714cb83abeb00f67f0646ba2e166ad/slackclient-1.2.1.tar.gz#sha256=e9de0c893e8c5473107f5927ae1e543d35246f0c834f5e86470b22b762211577: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
-
Can we have clear step by step instructions to download and install oncall for both development and separately for production use ? Please note that not everyone uses Docker.
-
Is it possible to package oncall so we can start it easily ? i.e. minimum run. For example in a VM or as a single zip file ?
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
I meant simple install and start for bare-metal hosts and VMs. Also some instructions for running a production instance. All the info seems to be development oriented.
Unfortunately, we didn’t get any method and so we built our own internal app in the end.