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.
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:
sudo bash finclip_install.bashAfter 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:
# 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 psAccess 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 Name | Access Link | Initial Account | Description |
|---|---|---|---|
| Operations Center | http://IP:PORT/ops#/ | admin | PORT: port number, default 8000; IP: server IP address, e.g., 172.217.163.46 |
| Developer Center | http://IP:PORT/dev#/ | Self-registration | SMS verification code required for registration; enable universal verification code in Operations Center |
