DevCamps Documentation: rmcamp

NAME

rmcamp - remove a camp

VERSION

3.05

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.

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 and other contributors

LICENSE AND COPYRIGHT

Copyright (C) 2006-2015 End Point Corporation, https://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/

Commands:

Configuration, API, and Internals:

© 2006–2019 End Point Corporation