This should work: echo "export SECRET_KEY_BASE="`./bin/rake secret`"" >> ~/.profile
Can you check whether this is an error in the installation guide or whether you missed that last quote in your command? If the former, I’ll fix the guide immediately.
This should work: echo "export SECRET_KEY_BASE="`./bin/rake secret`"" >> ~/.profile
Can you check whether this is an error in the installation guide or whether you missed that last quote in your command? If the former, I’ll fix the guide immediately.
Replies (2)
Hey Douglas,
you’re missing a quote (
"
)This should work:
echo "export SECRET_KEY_BASE="`./bin/rake secret`"" >> ~/.profile
Can you check whether this is an error in the installation guide or whether you missed that last quote in your command? If the former, I’ll fix the guide immediately.
Thanks!
Oliver
Oliver Günther wrote:
Thanks!