Thursday, 18 March 2004
If you want to try the very latest development release, download from Sourceforge CVS server.
Conventions used
Although My Handy Restaurant works perfectly also in Microsoft Windows environments, in this page it is supposed you are using a linux or unix operating system, and have write permission on a web server directory.
If you are not a developer, or just want to download the latest stable version, maybe the download page is more suitable for your needs.
Requirements
You should have a working installation of the Concurrent Versions System (CVS) on your system.
Maybe you will need root account to work on your webserver directories.
If you're not root ask the administrator to give you write permission to those directories.
Download from CVS
(anonymous)
Go into your webserver root directory (eg. /var/www):
cd /var/www
and log on the CVS server:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/handyrestaurant login (when prompted for a password just press enter)
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/handyrestaurant co server
with this command a new directory called "server" will be created.
Now rename the directory as you wish (eg. myhandyrestaurant)
mv server myhandyrestaurant
Kilyerd
