Configuration C3Fire Server on Linux
From C3LearningLabs
Install Clients
The clients is installed by starting the installation program, as done in installing the C3Fire server.
Install C3Fire Client
We recommend that you install the system in folder /opt/c3system.
Create the installation folder with the following command.
sudo mkdir /opt/c3system
Set read write permissions for the folder. Depending on how you are using your system you may need to set the permissions to 777 while installing. Remember to set it correct after the installation process.
sudo chmod 777 /opt/c3system
sudo chmod 755 /opt/c3system
- Download and copy
- Download and copy the installation file "c3fire-v4.1.0.0-install-linux.tgz" to the install folder and go to that folder.
- Copy installation file to: /opt/c3system/c3fire-v4.1.0.0-install-linux.tgz
cd /opt/c3system
- Uncompress
- Uncompress the c3fire system with the following command.
- Replace the version number to the new version number. c3fire-vx.x.x.x-install-linux.tgz
- Example:
sudo tar zxvf c3fire-v4.1.0.0-install-linux.tgz
- Example:
- The installation will create the C3Fire folder structure, see Folder Structure at Installation start page.
/opt/c3system/C3LearningLabs/C3Fire/...
- Set access rights
- Set read write permissions for the C3System foder structure.
- Depending on how you are using your system you may need to set the permissions to 777.
sudo chmod -R 777 /opt/c3system/C3LearningLabs
sudo chmod -R 755 /opt/c3system/C3LearningLabs
If a license file is added to the server folder, this computer can start its own local C3Fire session.