Pages

Wednesday, March 27, 2013

How to run EasyApache via SSH

Introduction
In this tutorial I’ll be showing you how to run a EasyApache update via SSH. This is handy for a number of reasons since it uses less memory, you don’t need to have a webpage open to watch it and its generally faster. Also it means you can run it in a screen and then leave it without needing to have any windows or connected to SSH.

Requirements

  1. Root access to your server
  2. A profile to build on
    Hint: It’ll be easier to make a profile using the webinterface
 

Tutorial

Running EasyApache via SSH is really easy and greatly improves using EasyApache.

You need to type: 

cd /scripts 
to move to the scripts folder.

If you plan on running EasyApache it is recommended that you do so in a screen by typing screen  and then running everything in that. 

That means you can quit SSH be detaching the  screen and leaving it to run 

Then run
 ./easyapache 
and you should be presented with the screen below

No comments:

Post a Comment