First CentOS server installed in VMware as thape SSO server.
Install software in root account
Update system
Run as root:
|
As VMware admin required, not disable the PermitRootLogin in /etc/ssh/sshd_config
Setup a user account
|
Also disable root login and password via PermitRootLogin in /etc/ssh/sshd_config
Before exis, make sure you can login via ssh deployer@ip_address, other wise, check file permission.
Install rbenv and ruby-build
|
Install Ruby 2.6.5
|
Install Javascript Runtime
Run as root:
|
Install nginx
|
Fix permission for CentOS
|
and disable selinux(https://linuxize.com/post/how-to-disable-selinux-on-centos-7/),
or further read nginx permission denied
Install Oracle Instant Client
Download Version 12.2.0.1.0 and following ruby-oci8 document
|
|
Install FreeTDS to connect to SQL Server
|
Install MySQL
Install the percona server via yum.
After install, do the secure installation for root.
|