Overview
Step 1 - Getting installation script
Step 2 - Executing installation script
Getting installation script
Once the server is ready, you can just execute the installation script in Linux servers for FilingBox Mega Client installation.
Installation script for CentOS 7
- FilingBox Mega Folder Version: Download box_mega_standard_client_centos_7.tar.gz
- FilingBox Mega File Version: Download box_mega_worm_client_centos_7.tar.gz
Installation script for Ubuntu 18.04
- FilingBox Mega Folder Version: Download box_mega_standard_client_ubuntu_18_04.tar.gz
- FilingBox Mega File Version: Contact Us
Executing installation script
1 - Prepare box_mega_[standard/worm]_client_[os_version].tar.gz into the root directory
1-1 - Copy the box_mega_[standard/worm]_client_[os_version].tar.gz file into the root( / ) directory in your actual server that FilingBox Mega will be installed because you will get the seed key of the server during installation.
2 - Extract box_mega_[standard/worm]_client_[os_version].tar.gz into the root directory
2-1 - Type the following command.
# tar -zxvpf box_mega_[standard/worm]_client_[os_version].tar.gz -C /
2-2 - The installer is extracted into /box_mega_[standard/worm]_client directory.
3 - Configure Nameserver
# vi /etc/resolv.conf
...
...
nameserver 8.8.8.8
4 - Move to the box_install directory
cd /box_mega_[standard/worm]_client
5 - Execute ./install_box_mega_standard_client.sh
5-1 - Type the following command.
# ./install_box_mega_[standard/worm]_client.sh
5-2 - The instaillation will be started.
FilingBox Mega Client installation
(C) FilingCloud, Co., Ltd.
5-3 - Package database will be updated.
Updating package database…
...
...
UPDATING MESSAGES
...
...
============================================================================
5-4 - The installation will be continued.
Starting installation...
Installing library...
...
Setting up logging...
...
Installaing FilingBox Mega Client...
5-6 - The client will be successfully installed.
Installation complete
[root@localhost box_mega_[standard/worm]_client]#
Comments
Article is closed for comments.