DevCamps Documentation: rmcamp
NAME
rmcamp - remove a camp
VERSION
3.00
SYNOPSIS
rmcamp --number=<camp number>
DESCRIPTION
The specified camp's services (i.e. Apache, PostgreSQL/MySQL, Rails/Interchange) are stopped, the camp is unregistered from the master camp database, and the camp's files are deleted from the filesystem. If SVK is used, the workspace for the camp will be cleared.
To safely remove a camp, please check for changes before using rmcamp. For your code, you can use git status. If you've made database schema changes, you need to make sure that you have created appropriate migrations files and committed them. For actual data changes, you may need to dump and load as appropriate (or write a rake task to handle it).
AUTHOR
Ethan Rowe <ethan@endpoint.com> and other contributors
LICENSE AND COPYRIGHT
Copyright (C) 2006-2009 End Point Corporation, http://www.endpoint.com/
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see: http://www.gnu.org/licenses/
Other DevCamps Documentation:
Commands:
Configuration, API, and Internals:
