-
Notifications
You must be signed in to change notification settings - Fork 320
Gem deployment
Bruno P. Kinoshita edited this page May 17, 2020
·
9 revisions
The best resource for deploying a gem to RubyGems is their guide about it: Publishing your Gem.
If you are using Ubuntu LTS (18.04) you can try the following.
- Install
rbenv. DigitalOcean has a good tutorial for Ubuntu. - Install stable
ruby(at time of writing:2.7.1)
e.g.
rbenv install 2.7.1
rbenv global 2.7.1
- Create symlinks for
rubyandgemor add the$HOME/.rbenv/versions/2.7.1/bindirectory to your$PATHenvironment variable. -
gem install bundler. This will install the Smashing gem dependencies, and you should be able to use./bin/smashingto run with the latest modifications.
gem listgem instal --user $gembundle install-
irband thenrequire 'smashing'
- Home
- Dashing Workshop
- Installation
- Widgets
- Configuration
- Security
- Troubleshooting
- Deploying dashboards
- How Tos
- How to: post data to your dashboard and widgets
- How to: Define a data model and store history data to database
- How to: Prevent a job from overlapping with itself
- How to: Send HTML data to your widgets
- How to: Send mysql data to your widgets
- How to: Setup a Graph
- How to: Store data to and display from database
- How to: Update a Dashboard using a spreadsheet
- How to: update dashboard in Django
- How to: Update font awesome fonts from version 3 to 4
- How to: Use New Relic with Dashing
- How to: precompile assets
- Development