Skip to content

sophiedeziel/Tentacles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 4

  •  
  •  
  •  
  •