smithers1221 / replicated-installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install-Scripts

Python and nginx hosted scripts used to install and update Replicated.

Setup

make dev
make shell
make run

You may need to alter make shell to match the environment where you're running mysql, etc.

Also need to add at least one release to your local mysql.

INSERT INTO product_version_channel_release VALUES ('replicated_v2', '2.9.3', 'stable', NOW());

Testing

curl 'http://127.0.0.1:8090/docker?replicated_tag=2.0.1604&replicated_ui_tag=2.0.14&replicated_operator_tag=2.0.13'

About

License:MIT License


Languages

Language:Shell 84.8%Language:Python 13.3%Language:Makefile 1.9%