Application Basics
In the following section, you can learn more about the applications offered by the HostingByDesign installer, how to install them and configure them for use with other applications provided by box.
Many applications offer a significant array of configuration options. Most of them won't be covered in the following pages. Rather, you should read the wikis and manual pages for the applications in question to understand the full breadth of the options available.
That said, when looking over the options, you should never adjust variables such as URL Base
, Bind IP
and Port
. Doing so may break the integration with your services and may result in broken packages.
Installation and Removal
For all packages managed by box, the command to install a package is:
box install <package name>
Packages can also be removed with the command:
box remove <package name>
Please be aware that removing a package will remove all associated data with that application. This operation cannot be undone.
Service Management
All box configured applications can be managed with start, stop, restart, enable and disable commands.
- Status
- Start
- Stop
- Restart
- Enable
- Disable
box status btsync
box start btsync
box stop btsync
box restart btsync
box enable btsync
box disable btsync
Enable and disable refer to whether or not the package should be started when the server is booted. enable
means start at boot and disable
means remove it auto start entries.