-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problem with make init #68
Comments
Hi, on what server? The Makefile in this project is something you shouldn't use for production. It is primarily used for installation for development. |
Yes, but this is not for beginners. An experienced developer should distinguish when to use it and when not. We don't separate the readme for beginners and experienced developers, we only have one version 😉 However, the Makefile contains a set of commands needed for installation. Examining them can help you know what is and isn't needed to install on a production environment so you can set it up correctly. Ideally using Kubernetes, docker swarm or other orchestration tools. |
I just want to try the application, but I'm having a problem, for example with this:
|
That's a permissions issue. Did you try searching first? |
Duplicity with #66 |
Hi,
I have problem with run
make init
I don't have root permissions on the server.
The text was updated successfully, but these errors were encountered: