-
Notifications
You must be signed in to change notification settings - Fork 39
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
Improvements to "the hard way" install instructions #434
Comments
we should also mention in the install instructions that running ilp-kit on heroku is not so useful for debugging, because you can't ssh into a heroku dyno and live-edit the code. Azure gives you 170 USD free at signup, and it's pretty much a five minute process (very similar to the heroku one) so Azure is a good default option. |
Another point brought up by @peterjkrey: there is a stray backtick after 'nginx' in https://github.com/interledgerjs/ilp-kit/blob/master/docs/SETUP.md#set-up-proxy-for-ilp-kit |
we should also move the GCE instructions down (maybe a separate 'hard way' section for GCE and digital ocean), and move Azure and Heroku up (even above docker-compose). So I would say: easy
hard
|
I would say we could consider remapping 'Easy' -> 'Recommended', 'Hard' -> 'Under Development' just so its clearer to the user that the 2nd group may break. |
It will not break of its own accord, whether or not it works depends on how successfully you set everything up. |
Quoting @momerath42 from Slack:
for fixing the docs, the main stumbling blocks I ran into were:
nvm
)yarn install --production
didn't install all the dependencies;npm i
workedcertbot
won't workThe text was updated successfully, but these errors were encountered: