Deploy Rails App on AWS Server howto by redminelab_h5if6c - October 21, 2021October 21, 20210 This post is very quick guide about how to deploy ruby on rails application on AWS cloud running apache2 webserver. Deploying application means putting it on a Web server so that it can be used either through the Internet or an intranet. This Web server might be local UNIX system, while you develop and debug your application to check its working or a AWS cloud server. System Pre-requisites Server (VM or physical) accessible and ssh setup for deployment You need app which ready to go server ( Normal app ,Docker, Container )Web app server just like (apache, nginx) also you need your passenger mod for assistRuby, rail, gems installed Last your required database which you want to use (MySQL,
How To Deploy Ruby App On AWS With Capistrano howto by redminelab_h5if6c - October 10, 2021November 11, 20211 This post will show you steps on how to deploy the ruby rails app on the AWS server running apache and phusionpassenger using Capistrano. As you know Capistrano is a widely used deployment automation tool for ruby applications. It uses 'ssh' to deploy from the development server or staging server to the production server. There is other CI/CD software deployment automation tool like 'mina' but Capistrano is famous for ruby on rails application because of its support for asset pipeline and database migration. Prerequisites On the server side - I am using Ubuntu 18.04.4 LTS AWS instance along with "ubuntu" user - sudo privileges on the server side. I will be using 'ubuntu' as a deployment user, you can create
How to Backup PostgreSQL Data From Files DB by redminelab_h5if6c - July 23, 2021July 23, 20210 This article is about how to make backup of a database from filesystem in PostgreSQL. Also provides details on how to make and restore the database from filesystem. If you have come across case where you are required to start 'psql' database from filesystem backup. There might be case that some of Ubuntu files crashed during a blackout. The Ubuntu needs to be reinstalled. You do not have database backup files, you have somehow restored filesystem, or situation like, you forgot the AWS root password and you need to redo all setup right from database on other instance. This post is about second case, where I forgot the AWS root password, so I have attached the filesystem to other instance
Install Redmine On AWS Server Using CLI howto by Someshwar Mirge - May 7, 2021May 7, 20210 We are trying to install redmine on AWS server using CLI - command line. This step by step guide will help you to setup. There is docker file available on AWS markatepalce . This redmine was installed on other AWS instance running Ubuntu. But with this user is getting error while downloading attachments. User is getting "Internal server error", and he is not able to download the attachments. So we have decided to install redmine using command line. This helped to solve the issue and now redmine is running on new AWS instance. We have installed our redmine in /var/data/redmine/redmine-4.2.1 .(redmine installation guide) We are using webrick web server for redmine and its default output is at