This file contains 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
# First install elasticsearch manager from | |
https://github.com/duydo/evm | |
sudo curl -o /usr/local/bin/evm https://raw.githubusercontent.com/duydo/evm/master/evm | |
sudo chmod +x /usr/local/bin/evm | |
evm install 6.8.20 |
This file contains 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
# How to add Fullcalendar to your rails app it requires jQuery | |
yarn add @fullcalendar/core @fullcalendar/daygrid @fullcalendar/list @fullcalendar/timegrid | |
yarn add moment | |
# insert html code to your views | |
<div id='calendar'></div> | |
# if you're using modal for example boostrap5 modal an you wold like to render your calendat in modal use script |