Stop the Project
Server Management: Starting and Stopping
The server normally runs for the lifetime of the project. If it becomes necessary to
shut down the server, use the stop option of the
vovproject command.
% vovproject stop
vovproject mm/dd/2015 hh:mm:ss: message: Checking privilege to stop project 'test'
Shut down test (yes/no)? yes
...
You can later restart the server
with
% vovproject start project
Server Management: Destroying
After stopping a project, you can completely remove the project using the
destroy option of the vovproject command.
% vovproject destroy project
This command removes all project files from the file system so that the project does not exist anymore and can not be started.