A set of guides on how to use the Tidal Migrations API and Tidal Tools.
To run the site locally you will need:
- Ruby installed.
gem install bundlerorsudo dnf install rubygem-bundler(RHEL/CentOS/Fedora) orsudo apt install bundler(Debian/Ubuntu)- Set the
$GEM_HOMEenvironment variable.- Check if it is set with
env | grep GEM_HOME - If it is not set, set it with
export GEM_HOME=$(ruby -r rubygems -e 'puts Gem.user_dir')
- Check if it is set with
To install the needed dependencies:
bundle install
To run jekyll and start hacking run:
jekyll server
You should see the rendered site on http://localhost:4000