SaltyScriptScrap / cf9-rocky9-selinux

Bash Script to Install Coldfusion 9 on RockyLinux 9 (or AlmaLinux 9 / Redhat 9 / CentOS 9) with SELinux enabled.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf9-rocky9-selinux

Bash Script to Install Coldfusion 9 on RockyLinux 9 (or Redhat 9 / CentOS 9) with SELinux enabled.
Use on a fresh installed OS is recommended.

  1. first, get the cf9rocky9selinux.sh

  2. then, switch to a sudoer account and enter the sudoer password
    su a_sudoer_account
  3. next, set the script as executable
    chmod u+x cf9rocky9selinux.sh
  4. and now, run the bash script
    ./cf9rocky9selinux.sh
  5. wait until the script execution is done, then test your installation:
    systemctl status coldfusion_9
  6. Open your browser to continue to the configuration:
    http://127.0.0.1/CFIDE/administrator/index.cfm

About

Bash Script to Install Coldfusion 9 on RockyLinux 9 (or AlmaLinux 9 / Redhat 9 / CentOS 9) with SELinux enabled.


Languages

Language:Shell 100.0%