Quick Start
MeltCD is based on the philosophy of docker swarm, keep it simple.
Last updated
MeltCD is based on the philosophy of docker swarm, keep it simple.
Last updated
meltcd
from InstallationIf you are on linux and install
meltcd
from install script then the server should have already start upon installation.
Download the meltcd
binary from
To start the meltcd
server
The server will server on port 1771
(the default port)
The api
will be in /api
endpoint
The UI
will be in /
endpoint
Use environment variable MELTCD_HOST
with value as 127.0.0.1:5000
MELTCD_HOST
environment variable will takehost:port
combination
Some Prerequisites are
You should have Docker installed on your system
You should have Docker Swarm up and running
Using a sample repository k9exp/infra-test
Login
To you most of cli command, you need to login first, use this command to login
Create the Application
Now open http://localhost:7788 to see Meilisearch sample app, this app require a Master Key which is yWPFG870PyFQay84ec8OvudC7Nc4fjJdGV6D0BXkBhuzL4cqlOem2cf8pWGD+KsS g0XYos+mdDi6l86nJ6hLvp=
Go to CLI Reference for more usage using CLI
MELTCD_ORIGINS
A comma separated sting of origins for CORS.
Example `http://meltcd.my-domain.com, https://meltcd.my-domain.com"
MELTCD_SERVER
The address of meltcd
server for CLI to connect.
Example
http://127.0.0.1:1771
orhttps://meltcd.my-domain.com
RL_DISABLE=true
Disable Rate Limmiting on the appliation
RL_MAX_LIMIT
Default to 15
RL_EXPIRATION
Default to 30s