CubeCOS API
A Central Communication Interface of CubeCOS
▎To Start Developing
0). Get the environment ready
We would need an x86_64
/ amd64
based machine to build the rpm package.
We would need to have golang
ready on the machine.
We would need rpm build tools.
For Fedora Linux based OS:
sudo dnf install -y rpmdevtools rpmlint
1). Build rpm
task rpm:build
2). Send the built rpm to a running CubeCOS
scp <path of rpm> <user>@<cubecos>:<path to place rpm>
3). Install the rpm and start the service
dnf install "<path to cube-cos-api rpm>"
systemctl enable cube-cos-api
systemctl start cube-cos-api
4). Clean up
systemctl stop cube-cos-api
systemctl disable cube-cos-api
dnf remove cube-cos-api
▎License
Copyright (c) 2025 Bigstack co., ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.