Skip to content

Instantly share code, notes, and snippets.

@nikos83
nikos83 / gist:a1ad8ce014e98e031c958640b80bf293
Created March 17, 2022 08:30
How to install older Elasticsearch via version manager on Catalina and older Java8
# 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
@nikos83
nikos83 / gist:d737521954ec3f003733348efb1de610
Last active January 30, 2022 17:22
Fullcalendar via yarn webpack and rails 6
# 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