I am sure! Many of our applications have turned into a legacy codebase, such applications might have some outdated scripts or build process that might need frequent maintenance and updates. In this post, I will walk you through the steps with which we can move our frontend build creation script into the docker container and … Continue reading The Strategy to Create & Deploy Static Build With Docker & mina-SCP
Tag: deployment
Deployment Using Mina
Got a nice web app and want to deploy and you have no clue about deployment of a rails app.. well that's exactly me 2 days ago... here I'm sharing what I have learnt Assumptions You have a working app called your_rails_app. You have access to a linux server with a working nginx server on 27.128.129.130. … Continue reading Deployment Using Mina
ruby on rails installation on fresh ubuntu machine
Ruby On Rails Installation on fresh ubuntu machineInstallation steps are applicable to ubuntu versions interpid, karmic koala.Make necessary changes according to package manager provided by other linux operating systems in order install ruby and rails.Before getting started to installations make sure to build essential packageson fresh ubutnu machine. Ubuntu machine has built in apt-get package … Continue reading ruby on rails installation on fresh ubuntu machine