Psychic::Nemesis::Ninja

A plugin to manage services like apache, mysql and memcached on vagrant machines

Installation

Install it yourself as:

$ vagrant plugin install psychic-nemesis-ninja

Usage

The plugin provides a few commands in order to manage services and they are self-explanatory. Below you can see the list of commands.

  1. restart-apache
  2. restart-mysql
  3. restart-memcached

Contributing

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