How to install
theobserver opened this issue · 2 comments
theobserver commented
Hi,
i would like to use ladder but i am a noob but not lazy. Is there a tutorial on how i could install this great piece of software to a web server? Orelse where should i start reading and learning how to do it?
Please give a heads up.
Thank you for your time reading this.
Regards,
Nik
proglottis commented
Hey @theobserver - sorry I don't have anything on hand to point you towards. It should be a pretty standard rails setup.
Capistrano should handle deploys mostly but there are a few configs needed that are specific to this project:
- The database connection https://github.com/proglottis/ladder/blob/master/config/database.yml.example
- The secrets https://github.com/proglottis/ladder/blob/master/config/secrets.yml.example (you can use
rake secret
to generate random strings for this purpose)
A deploy guide would be great. I ought to give this project a bit of love in anycase.
theobserver commented
Hi James,
thank you very much for answering me. Very polite of you.
I like your app so much that I will try to learn some ruby of rails and maybe i will manage to set it up 🙂
Btw, i searched many days for an app like yours (in php which i can understand a bit) and ... surprise... there is not. Most are either too old or not free.
If you know any friendly forum(s) for newbies like me, starting ruby, where i could ak for help, i would be much obliged if you could give me any recommendations.
Thank you again, for your time reading my mail and answering me and excuse my lame English.
Regards,
Nik.
…________________________________
From: James Fargher <notifications@github.com>
Sent: Friday, February 12, 2021 12:04 AM
To: proglottis/ladder <ladder@noreply.github.com>
Cc: theobserver <nikits72@hotmail.com>; Mention <mention@noreply.github.com>
Subject: Re: [proglottis/ladder] How to install (#56)
Hey @theobserver<https://github.com/theobserver> - sorry I don't have anything on hand to point you towards. It should be a pretty standard rails setup.
Capistrano should handle deploys mostly but there are a few configs needed that are specific to this project:
* The database connection https://github.com/proglottis/ladder/blob/master/config/database.yml.example
* The secrets https://github.com/proglottis/ladder/blob/master/config/secrets.yml.example (you can use rake secret to generate random strings for this purpose)
A deploy guide would be great. I ought to give this project a bit of love in anycase.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#56 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABHSAOU7RWOCQCCZ23FSRRDS6RH5FANCNFSM4W3TSCDA>.