Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissmanu/servertools
A collection of scripts to manage my vserver.
https://github.com/swissmanu/servertools
Last synced: 10 days ago
JSON representation
A collection of scripts to manage my vserver.
- Host: GitHub
- URL: https://github.com/swissmanu/servertools
- Owner: swissmanu
- Created: 2011-10-19T05:33:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-26T16:58:15.000Z (about 13 years ago)
- Last Synced: 2024-12-09T09:18:15.567Z (18 days ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ServerTools
===========A ruby gem with useful tools for managing my, and probably also your, server.
virtualhosts
------------
Manage virtual hosts for Apache with ease.This tool automates the steps described on [debian-administration.org](http://www.debian-administration.org/articles/412)
with a few simple commands:virtualhosts add VHOSTNAME
virtualhosts enable VHOSTNAME
virtualhosts disable VHOSTNAME
virtualhosts remove VHOSTNAME
Dependencies
------------
ServerTools is builded on [Thor](https://github.com/wycats/thor). Make sure
you have the gem installed, otherwise get it with `gem install thor`Credits
-------
Since I'm fairly new to Ruby, I'd like to thank espacially
[meskyanichi](https://github.com/meskyanichi) for sharing the code of
[meskyanichi/backup](https://github.com/meskyanichi/backup) which helped me
when I tried to understand some basic Ruby and Ruby Gem concepts.