Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • MySQL 8
  • 4GB of RAM
  • 1 or 2 CPU
  • At least 10GB of available space, may need additional space. Purge settings within FlexDeploy will determine future needs.
  • Normal database backup procedures should be followed outside of the FlexDeploy Application. Backing up of this database is not included in FlexDeploy.

Installation Instructions

FlexDeploy uses three databases (FD, FF, and FD_ADMIN) and performs all work using the FD_ADMIN user.

...

 Run database scripts from where you extracted downloaded FlexDeploy zip file. Navigate to the /database/mysql/install directory.

Image Added

  1. You should set the FD_ADMIN password before running the scripts.
  2. Open the file /database/mysql/install/scripts/CreateFD.sql
  3. Edit the line: CREATE USER 'FD_ADMIN'@'%' IDENTIFIED BY 'welcome1' so that it has a new password in it.
  4. Open a command prompt or putty window to the /database/mysql/install folder from extracted zip, launch mysql (use full path if not available on PATH environment)
  5. Run using a username with privileges to login from the host that you are running the commands from and to create users and objects.
  6. Change the bold text as needed in your environment.
  7. Run the appropriate command below.

...