Install for Linux

The framework is assembled for Linux systems (x86_64). For other systems, you need to assemble yourself fcfserver

Installation procedure:

  • Install the mysql or mariadb database. Access to the database for the user who has the rights to create databases and user accounts must be with a password.
  • Install the nodejs and npm packages
  • Download the archive of the latest version of fcf and unpack it in the /opt directory
  • Add the path "/opt/fcf" to your global environment PATH. For Debian, the paths must be added to the /etc/bash.bashrc and /etc/sudoers files /etc/bash.bashrc: ... PATH=${PATH}:/opt/fcf ... /etc/sudoers: ... Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/fcf" ...
Installing additional packages for ease of development