login as root.
install ruby 3.3.7 (ruby 3.4 wont work – there are some errors).
pkg_add ruby
Continue reading “Install Rails 8.0.2 on OpenBSD 7.7”A Computer Person Journey
login as root.
install ruby 3.3.7 (ruby 3.4 wont work – there are some errors).
pkg_add ruby
Continue reading “Install Rails 8.0.2 on OpenBSD 7.7”Simple approach to start or stop rails 7 application using shell script on linux.
Starting production rails application using default web server on port 3000 and ip address 192.168.25.168, then daemonize it.
Stopping rails application that running on port 3000 is as follow.
Thank you !
Step to do :