Skip to content

inovector/mixpost-deployment-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover


Mixpost — VPS Installers

One-command bash installers that provision a fresh Ubuntu VPS and set up Mixpost ready for use.

Editions

Edition Install Command License Required
Lite curl -fsSL https://mixpost.app/install-lite.sh | bash No
Pro curl -fsSL https://mixpost.app/install-pro.sh | bash Yes
Enterprise curl -fsSL https://mixpost.app/install-enterprise.sh | bash Yes

Docker Testing

Test installer scripts locally using Docker. This simulates a fresh Ubuntu 24.04 VPS.

Note: The installer uses systemctl which won't fully work in Docker (services won't actually start). This is fine for testing the script flow, package installation, config generation, and catching errors — but a full end-to-end test still needs a real VPS.

Build

docker build -t mixpost-deployment-test .

Test Editions

# Lite
docker run -it mixpost-deployment-test bash lite/install.sh

# Pro
docker run -it mixpost-deployment-test bash pro/install.sh

# Enterprise
docker run -it mixpost-deployment-test bash enterprise/install.sh

Debug

Drop into a shell to inspect or run commands manually:

docker run -it mixpost-deployment-test

Documentation

Official documentation: docs.mixpost.app

About

One-command installer that provisions a fresh Ubuntu VPS and sets up Mixpost Pro ready for use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors