Software Development
All about software development tricks on Linux
Creating War File in Linux
CD to war directory in the project folder Execute jar -cvf .war *
Standard Procedures for CakePHP Application Deployment
1. Clone Source File git clone <git url> 2. Setup Database mysql -uroot -p create d...
Installing Clozure CL and QuickLisp on CentOS 7
Download Clozure CL Open up terminal and enter the command: svn co http://svn.clozure.com/public...