Skip to main content

Expose a mosek license via a nginx server

Project description

Mosek License Server

Using the nginx image we expose a Mosek license on a server to be accessible from various research machines without sharing the actual license file in the underlying repos.

Usage

Copy your license file into folder

Copy the license file you have received (from Mosek) into the licenses folder. Name is ```mosek'''

Start the nginx server

Share the licenses folder (after you have copied your personal Mosek license into) via

docker run --name mosek -v $PWD/licenses:/usr/share/nginx/html:ro -p 8080:80 -d nginx

The license will now be exposed via http://localhost:8080

As an alternative you can run the script

./license_server.sh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mosek_license_server-0.0.5.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

mosek_license_server-0.0.5-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page