Redmine is one of the most commonly used project management tool. Since it is on RoR, it is assumed to be very stable and reliable. Here I am installing Redmine on a CentOS 7 Server, with Apache as the web server.This is the basic procedure.Install Web server Install Ruby and RubyGems Install Passenger Setup redmineInstall WebServer Most of the steps … [Read more...] about How to install redmine in CentOS7
Archives for 2016
How to force cPanel accounts to use Paper Lantern
cPanel has launched their new version 11.60 recently. One of the major change in the version is EasyApache4 and the withdrawal of x3 theme. Their New theme Paper Lantern is not only light but very easy to use as well. … [Read more...] about How to force cPanel accounts to use Paper Lantern
Using NTP to Synchronize Server Time
The Network Time Protocol daemon (ntpd) program is a Linux operating system daemon. It sets and maintains the server time in sync with the global time servers. … [Read more...] about Using NTP to Synchronize Server Time
Software Raid on a Windows Server
Most of the servers in our data center run on CentOS. As Linux admins know, software raid (Raid-z, ZFS etc) in Linux has far surpassed hardware raid in terms of feature set, reliability, and functionality. However, several of our server admins prefer running CentOS and WHM inside virtual private servers (VPS) on a box running Windows Server because that's the OS they are most … [Read more...] about Software Raid on a Windows Server
How to configure SSL to work with Varnish Cache
Varnish cache is a super caching application which will cache your website pages and images in RAM and deliver it directly to the visitors, thereby speeding up the web site.The major drawback of Varnish Cache is that you will not be able to run secure pages with Varnish Cache … [Read more...] about How to configure SSL to work with Varnish Cache