Skip to content
中文

Quick Installation Guide

Online Deployment

Once you have prepared the service resources, you can quickly deploy FinClip using our provided operations script. If your server has internet access, you can use the one-click deployment script.

shell

sudo bash -c  "$(curl -fsSL https://temp-1251849568.cos.ap-guangzhou.myqcloud.com/finclip_install.bash)"

Offline Deployment

If your server cannot access the internet, you can download the installation package and offline script for installation.

Then place the deployment package and installation script in the same directory and execute the installation script:

shell
sudo bash finclip_install.bash

After executing the command, you will need to provide some information, including:

  • Please enter your License: Enter your purchased License, e.g., AlsW0yXK5oucrglodeyuS....
  • Set access port, default (8000): Enter port number or press Enter to use default port, e.g., 80
  • FinClip installation directory (change directory or press Enter for $basedir): Press Enter or modify the installation directory, e.g., /opt

Check Service Status

After system installation is complete, you can use the following commands to check if services are running properly:

shell
# Check service status
docker ps

# Check for restarting containers
docker ps | grep -i restart

# In the service deployment directory, you can also use compose command to check service status
docker compose ps

Access the System

After confirming the services have started properly using docker compose commands, you can access the system through the following links to verify the deployment:

Portal NameAccess LinkInitial AccountDescription
Operations Centerhttp://IP:PORT/ops#/adminPORT: port number, default 8000; IP: server IP address, e.g., 172.217.163.46
Developer Centerhttp://IP:PORT/dev#/Self-registrationSMS verification code required for registration; enable universal verification code in Operations Center

Digital Ecosystem Infrastructure.