This is a WIP in early stage.
A version manager for ruby and nodejs. This project is already configured to use asdf. You can manage yourself the languages version installed on your machine.
if you are using a Homebrew on a mac, here is how you install asdf and the plugins required for this project:
brew install asdf
asdf plugin add ruby
asdf plugin add nodejs
You also need mysql installed and running.
brew install mysql
brew services start mysql
Finally, you need yarn for the front-end development
brew install yarn
git clone https://github.com/sophiedeziel/Tentacles.git
cd Tentacles
asdf install
bundle
yarn
rake db:setup
foreman start
After compilation, the application should be available at http://localhost:5100
Run the following script from the project's root directory:
rails gcode_documentation:fetch