Sharetribe installation tutorial for Centos 7 available

For those interested, installation tutorial for current version of Sharetribe on Centos is available here: https://medium.com/@resilientbeast/how-to-install-sharetribe-on-centos-7-x-cbdb6d0366e5

Any suggestions to make it better are welcome!

1 Like

Excellent, thanks a lot for sharing! Great work!

Attempting to install community on a VPS, I get the following error after entering in this command from your guide.

libtool patch readline-devel ruby sqlite-devel openssl-devel
libtool: you must specify a MODE
libtool: Try `libtool --help' for more information.

Any ideas?

Solved the issue, I was an idiot and ran

yum install -y patch autoconf automake bison gcc-c++ libffi-devel 
libtool patch readline-devel ruby sqlite-devel openssl-devel

as two separate commands. :man_facepalming: