I'm a newbie as Rails, currenty I want to create an application use Sharetribe platform. Can anyone show me how or just give me some documentation about Sharetribe?
Rails platform: ShareTribe: I want to use Sharetribe open source to create my own application. How can I?
753 Views Asked by Hảo Nguyễn At
2
There are 2 best solutions below
0

Sharetribe has provided a detailed documentation for setup. Other than the setup given in the documentation, you will require to install some more things: Sharetribe uses 'Harmony' for booking process: Prerequisites for harmony setup:
1 Docker
2 JDK
3 lein
You can find detailed harmony setup documentation here
Once you complete the above setup, you are good to go for playing with models, controllers and views!
You may find this Rails Tutorial helpful for MVC.
Cheers!
They have pretty detailed docs. Sharetribe is a fairly complex application, so I recommend starting with Rails tutorials you can find free online - devcamp has some straightforward rails content.
Try to learn as much as you can of the Ruby gems Sharetribe uses as well, as this will help understanding the functionality.