< Back to index
Install
Java 6
The first thing to do to install REPOX is to get Java 6 or higher, for the Libraries that don't have it yet. The URL to retrieve it is: http://java.sun.com/javase/downloads/index.jsp. It may be required to have administrative rights in Windows or root permission in Linux.
Windows XP/Vista
Windows XP
First check that you are using an account with administrative permissions. To install REPOX, click twice on the file install.jar. If it doesn't work, open a command prompt and change directory to the one that has the installer and execute:
java -jar install.jar
Windows Vista
In Windows Vista it is necessary to execute the installer with special administrative permissions. So, a command prompt window with administrator rights is needed. To create one you need to:
Go to Start > All Programs > Accessories > then right-click on "Command Prompt" and select "Run as administrator".
Then change directory to the one that has the installer and execute:
java -jar install.jar
Linux
REPOX has only been tested in Ubuntu. If you are using another distribution, the Jetty service may have to be installed manually. To install REPOX you need to use root or be a sudoer. Open a terminal and change the directory to the one that has the installer. If you are logged with root execute:
java -jar install.jar
If you are logged with a used which has sudoer permission execute:
sudo java -jar install.jar