add Rbenv and RVM notes - #412
Merged
Merged
Conversation
| set :deploy_to, '/var/www/flipstack.com' | ||
| ... | ||
| ``` | ||
| **Notes:** You may be use the ruby version tool(Rbenv or RVM) to manage ruby and gem, if you use one of than, don't forget uncomment these setting: |
Contributor
There was a problem hiding this comment.
Better grammar:
You may be using a ruby versioning tool (rbenv or RVM( to manage ruby and gems. If you are using one of them, don't forget to uncomment these settings:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Rbenv and RVM notes into Getting_started Doc.
Details
I deploy my project with Mina step by step according to the document 'getting_started.md', then I encountered an error:
At last, I found this is caused by my Rbenv environment, I didn't take note of the some comment in deploy.rb
The Ruby Version Tool(Rbenv or RVM) should be used by most people, so, we may add some notes into the Doc 'getting_started.md' to remind user!