This repository was archived by the owner on Aug 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Web Installation
Michael Crow edited this page Jun 24, 2020
·
7 revisions
https://docs.docker.com/engine/install
SQL Server is required for Marketplace, it uses it.
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker
Linux https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup
Windows https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server
You can easily install Marketplace-Web on any OS using Docker. Once you have Docker installed on your server, execute the command:
docker pull restoremonarchy/marketplace-webThis will download the latest of Marketplace-Web Docker image, now to run it as a container use:
docker run --name Marketplace-Web -p 5035:80 -e MSSQL_CONNECTION_STRING="Server=localhost;Database=database;User Id=user;Password=password;" -e ADMIN_STEAMID="YOUR_STEAMID" restoremonarchy/marketplace-web