Setting Up Jenkins on Red Hat 6.5
We recently set up a new Jenkins installation on Red Hat development box. Here are the steps. 1. SSH into the Red Hat server. 2. Setup need root access, so…
We recently set up a new Jenkins installation on Red Hat development box. Here are the steps. 1. SSH into the Red Hat server. 2. Setup need root access, so…
Use the "net use" command to map SharePoint to a local drive. You need local network access to SharePoint, so you either need to be in the office or connected via…
We have a Play Framework 2.2 application that uses Gulp to optimize the public files. Gulp uses Node.js and it creates a public\node_modules directory. We don't need the node_modules directory at runtime…