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.
bundle install
npm install
Copy config.sample.yml
as config.yml
and fill the sections you want to use in dashboard
bundle exec dashing start
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
bundle exec rubocop