span8
span4
span8
span4
This Article will guide you through the steps to deploy FME Server using Docker on Linux. Instructions for deploying FME Server using Docker on Windows and Mac are also available.
Docker is required to deploy FME Server. If you have Docker with Docker compose already installed then go to the section "Starting FME Server".
Note: These instruction are not required to deploy FME Server using Docker on Windows or Mac.
Below are the instructions for installing Docker on Ubuntu 16.04. Instructions for other platforms can be found here: https://docs.docker.com/compose/install/
curl -sSL https://get.docker.com/ | sh
sudo usermod -aG docker $USER
sudo -i
curl -L "https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
exit
Here is more information about available versions of FME Server for Docker.
docker-compose up -d
Don't forget to check out some useful commands for FME Server for Docker and more information on how to Install FME Server for Docker.
3 Machine Distributed Installation
Web UI Manage Menu Only Lists Jobs | Cannot access Engines and Licensing page
Mobile Asset Tracking with Geofence and Notification
Ensure Services for FME Server start up in correct order
Unable to Run Workspaces Registered to Notification Service When SSL is Configured
Including additional files in the data download result zip file
Outputting the Log File to a Local Directory in a Distributed Environment
FME Server 2012 SP3 won't work on non-english operating system
© 2019 Safe Software Inc | Legal