-
Notifications
You must be signed in to change notification settings - Fork 258
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
Canarytokens Python Installation without docker #49
Comments
I second this. |
Hi @MaxZabuty, @ravenousld3341, In order to run this service without the docker, I would advise looking at the Dockerfile. In there you will see all the dependencies necessary. Once you have the dependencies sorted, you will need to check the Essentially there are four services necessary:
Please let me know how it goes. Again, docker is running the Dockerfile and then following a playbook which is the |
Closing this issue. I have made a reference to the above steps in the FAQ. THIS IS NOT A RECOMMENDED APPROACH. |
I am trying to deploy a canarytokens service on my computer but I need to do it without using
any dockers because I cannot use any dockers on the environment on which I'm planning to install it.
I am struggling deploying it using only python. I have installed redis server, finally ran the httpd_site.py after installing all modules and it ran nicely without any errors but the website is not on.
I'll be very happy if you could make a tutorial for those of us who do not use dockers :)
The text was updated successfully, but these errors were encountered: