MakeSign is written in Ruby on Rails, which is why Ruby on Rails needs to be installed on your device.
The following applications need to be installed to use MakeSign:
For inline commands we
After installing them, you can git clone the Repository.
The first steps after cloning will be the following inline commands:
bundle install
./bin/rails css:install:bootstrap
./bin/rails javascript:install:esbuild
yarn add bootstrap @popperjs/core @hotwired/turbo-rails @hotwired/stimulus
With this, MakeSign should be able to run. Use the following commands to start test it via Localhost:
bin/rails s
or, to include CSS Styling:
bin/dev
Ruby on Rails will ask you to migrate. The command for it is the following:
bin/rails db:migrate
The Active Storage is currently used localy on your disk. To include an external Storage System go to storage.yml to change access key id, secret access key, region, bucket id to your preference.