Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Dashboard base on dashing for call multiple services

License

Notifications You must be signed in to change notification settings

Interencheres/imwatchingyou

 
 

Repository files navigation

I'm watching You

Build StatusScrutinizer Code Quality Dependency Status

Install

Vagrant

You can build a virtual machine which will contain all required dependencies to ease development on your machine. You'll need:

Then, you will just have to type vagrant up to install and initialize the machine the subsequent times. You can also access the machine by typing vagrant ssh if you need an access to the generated virtual machine.

NB : The Vagrantfile is based on the official jessie debian box. It will load the configuration which can be found in vagrantfiles/config.yaml. Note that the application can be accessible over 192.168.12.34:3030 by default.

Gems

bundle install

Node modules

npm install

Configuration

Copy config.sample.yml as config.yml and fill the sections you want to use in dashboard

Usage

bundle exec dashing start

Code styling checkers

Check syntax JS

GULP is using for check syntax of all files (some files are ignored by filesJSToIgnore variable)

node_modules/gulp/bin/gulp.js

One file :

node_modules/gulp/bin/gulp.js --js path_to_file

Check syntax ruby

bundle exec rubocop

About

Dashboard base on dashing for call multiple services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • Ruby 14.2%
  • CSS 8.1%
  • HTML 4.9%
  • CoffeeScript 4.3%
  • Shell 0.7%