Overview
Step 1 - Getting installation script
Step 2 - Executing installation script
After installation
Getting installation script
A server is required for FilingBox MINI virtual appliance installation. All you need to do is executing the installation script in the server, and then acitivate it with your product key. Please follow the steps below.
Installation script for CentOS 7
- FilingBox MINI Cloud Server(Virtual Appliance): Download box_mini_install.tar.gz
Executing installation script
1-1 - Copy the box_mini_install.tar.gz file into the root( / ) directory in your actual server that FilingBox MINI will be installed because you will get the seed key of the server during installation.
2-1 - Type the following command.
# tar -zxvpf mini_server_install.tar.gz -C /
2-2 - The installer is extracted into /mini_server_install directory.
# vi /etc/resolv.conf
...
...
nameserver 8.8.8.8
cd /mini_server_install
5-1 - Type the following command.
# ./install_mini_server.sh
5-2 - The instaillation will be started.
FilingBox MINI Server installation
Copyright FilingCloud, Co.,Ltd.
Installing FilingBox MINI Server for CentOS 7...
5-3 - Package database will be updated.
Updating package database…
This may take some time.
...
...
UPDATING MESSAGES
...
...
Complete!
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: example.com
* extras: example.com
* updates: example.com
============================================================================
5-4 - Create database
Database named 'Box' will be created. (If it already exists, all data will be deleted permanently.)
Are you sure to continue? [y/n]: y
5-5 - Complete FilingBox MINI Server settings to continue.
Service IP address(This machine's IP address) [xxx.xxx.xxx.xxx]: xxx.xxx.xxx.xxx
Service path(Storage root path) [/storage]: /storage
Please confirm your settings.
Service IP address : [xxx.xxx.xxx.xxx]
Service path : [/storage]
Are you sure you want to continue? [y/n]: y
5-6 - The installation will be continued.
Starting installation...
Installing NTP...
Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.
Installing Unix-ODBC...
Installing UUID library...
Installing OpenSSL...
Installing MariaDB...
Installing GrpServer...
Installing Filing Push Server...
Installing updateclient...
Setting up database...
Registering MINI(mini.service) as a service...
Starting Starting FilingBox MINI...
Opening ports for FilingBox MINI...
FilingBox MINI has been installed in /box_mini_install/Namusoft/apps/FilingBox/GrpHQ.
The following TCP/IP ports are open.
10080(Box Server)
10099(Push Service)
FilingBox MINI Server has been successfully installed.
Installation complete
[root@localhost box_mini_install]#
Comments
Article is closed for comments.