All Projects → logicalclocks → hopsworks-chef

logicalclocks / hopsworks-chef

Licence: AGPL-3.0 license
Chef Cookbook for Hopsworks

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Development Tips

Javascript/HTML development on localhost

If you are only editing javascript or html code, you can easily debug and view your changes by running the script:

cd scripts
./local-deploy.sh

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Develop

You probably want to change the Vagrantfile - ports. And you don't want this change to affect your push/pull

git update-index --skip-worktree Vagrantfile

and when you actually want to change something and push it

git update-index --no-skip-worktree Vagrantfile
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].