Skip to content

sophiedeziel/Tentacles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54319ae · Dec 17, 2024
Dec 17, 2024
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024
Mar 13, 2024
Jun 19, 2024
Mar 4, 2022
May 18, 2022
Jun 23, 2024
Mar 4, 2022
Dec 8, 2023
Mar 4, 2022
Mar 14, 2022
Jul 2, 2023
Mar 8, 2022
Jun 26, 2023
Mar 21, 2022
Jun 15, 2022
Jul 2, 2023
Mar 8, 2022
Mar 19, 2022
Jun 23, 2024
Jun 5, 2024
Jun 5, 2024
Jan 30, 2024
Jun 5, 2024
Dec 17, 2024
Dec 17, 2024
Jan 30, 2024
Jun 11, 2024
Dec 8, 2023
Apr 21, 2022
Mar 19, 2022
Jun 11, 2024
Mar 19, 2022
Dec 17, 2024
Mar 14, 2022
Dec 17, 2024

Repository files navigation

Tentacles

This is a WIP in early stage.

Installation for development

Prerequisites

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

Setup

git clone https://github.com/sophiedeziel/Tentacles.git
cd Tentacles
asdf install
bundle
yarn

rake db:setup

Start the servers

foreman start

After compilation, the application should be available at http://localhost:5100

Update Gcode documentation

Run the following script from the project's root directory:

rails gcode_documentation:fetch

About

Manage multiple 3D printers through one interface

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published