|
Getting Started > Starting KnowledgeTree > Linux
This procedure starts KnowledgeTree on Linux.
Note: The KnowledgeTree installer installs KnowledgeTree as a console on Linux, and it installs the following compulsory components and services, which are required for the proper functioning of KnowledgeTree Document Management System:
Note: The option to install KnowledgeTree as a service that starts automatically with the server is only available on Windows.
Perform the following steps:
| 1. | Open a terminal to start KnowledgeTree via the command line interface. |
| 3. | What do you want to do? |
| • | Start KnowledgeTree as a console. Enter the following command: ./dmsctl.sh start. This option starts the servers - Apache and MySQL, and all services: OpenOffice, Indexer, Scheduler. |
| • | Stop KnowledgeTree. Enter the following command: ./dmsctl.sh stop. This option stops the servers and services. |
| • | Stop the Apache server only. Enter the following command:./dmsctl stop apache |
| • | Start the Apache server only. Enter the following command:./dmsctl start apache |
| • | Restart the Apache server only. Enter the following command:./dmsctl restart apache |
| • | Stop MySQL server only. Enter the following command:./dmsctl stop mysql |
| • | Start MySQL server only. Enter the following command:./dmsctl start mysql |
| • | Restart MySQL server only. Enter the following command:./dmsctl restart mysql |
|