Binary payload deployment

Hi,

I have been using fpm for a while but now I need to deploy the project to a production environment.

How can I prepare a binary with the necessary payload (without the source code)?

Regards,

1 Like
$ fpm help install
NAME
 install(1) - install fpm projects

SYNOPSIS
 fpm install [--profile PROF] [--flag FFLAGS] [--list] [--no-rebuild]
             [--prefix DIR] [--bindir DIR] [--libdir DIR] [--includedir DIR]
             [--verbose]

DESCRIPTION
 Subcommand to install fpm projects. Running install will export the
 current project to the selected prefix, this will by default install all
 executables (tests and examples are excluded) which are part of the projects.
 Libraries and module files are only installed for projects requiring the
 installation of those components in the package manifest.
3 Likes