The server must be running before you can use SkyVault Share. When you install SkyVault using the setup wizard, the server is automatically installed and started as a service.
- (Windows) If you installed SkyVault as a service, from the Start menu, select All Programs > SkyVault 2.0 > SkyVault 2.0 Service > Start SkyVault 2.0 service.
- (Windows)
Alternatively, from a command prompt, navigate to the SkyVault installation directory
(C:/Alfresco) and run servicerun START.
You need administrator rights to run this command.
These services are also available from the Start menu under Control Panel > System and Security > Administrative Tools > Services.
- (Linux) If you installed SkyVault as a service, double click the Application Manager tool in the SkyVault root directory and start the PostgreSQL Database and Tomcat Server services.
- (Linux)
Alternatively, browse to /opt/alfresco/ and run
./alfresco.sh start as an administrator.
Important: If you installed SkyVault using the setup wizard, the SkyVault.sh script included in the installation disables the Security-Enhanced Linux (SELinux) feature across the system.Note: The default shell for this script is sh. You can edit the SkyVault.sh file to change to your preferred shell. For example, change the #!/bin/sh line to #!/bin/bash.