Install scripts #931
phulstaert
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should expand the Leantime/docs with installation scripts and needed files.
This way, we could clean the Leantime repository with the nginx.conf and nginx-subfolder.conf files and put them in a more suitable place.
The installation scripts would make it possible to do "one-line-installations" of Leantime.
This could be useful for dedicated servers or LXC containers.
Example:
apk add curl bash
bash <(curl -s https://raw.githubusercontent.com/Leantime/docs/master/installation/Alpine316_nginx_php81_mysql.sh
And now you have a complete, working Leantime container in less than a minute.
Things I am thinking of:
We could also just make a "alpine", "debian", "ubuntu", "CentOS",... version and ask the webserver/php version/database in the script.
We could also ask if it will be used for development or not and include git and pull the latest dev version.
As said, it is just an idea; I would love to get more feedback and ideas from the community.
Beta Was this translation helpful? Give feedback.
All reactions