PAiCore SMSC
Free Basic Edition Installation Guide
Deploy PAiCore SMSC Free Basic Edition on a fresh Ubuntu server. No commercial license is required.
Version 3.2.0System requirements
Choose the recommended resources for your environment.
| Environment | CPU | RAM | Storage |
|---|---|---|---|
| Test / PoC | 8 vCPU | 16 GB | 40 GB SSD |
| Medium throughput | 32 vCPU | 64 GB | 100 GB NVMe |
| High throughput | 32 vCPU | 128 GB | ≥ 150 GB NVMe |
Install SMSC Free Basic
Connect to your Ubuntu server and complete these three steps.
Download the SMSC package
Download the SMSC Free Basic installation package to your Ubuntu server.
wget "https://github.com/paicoretech/smsc/releases/download/3.2.0/SMSC_Installer_release-Free-Basic_build-81.tar.gz"
Alternatively, download the package manually .
Run the SMSC installer
Extract the downloaded package, enter the installer directory and start the automated installation.
tar -xzvf SMSC_Installer_release-Free-Basic_build-81.tar.gz
cd SMSC_installer/
sudo ./installer.sh
Verify the deployment
Confirm that the deployed containers are running.
docker ps
Installed components
The installer deploys the required platform services.
- Docker and required packages
- Apache Kafka
- ScyllaDB
- Redis Cluster
- PostgreSQL with Partman
- PAiCore SMSC modules
Source code and releases
Access the PAiCore SMSC source code, published releases and additional project information on GitHub.
Need help with your deployment?
Contact PAiCore for installation assistance, production sizing, integrations, technical support or information about the CT Edition.
