Install
Installing RESTX is very straightforward as soon as you have a Oracle Java 7 JDK properly installed on your machine.
Note that installing RESTX is not necessary to use it, you can also manually setup your Java app to use RESTX.
Windows
Installation can be done in 3 simple steps:
- download the package (either as a zip or tar.gz, though we recommend zip for Windows)
- unpack the package in the directory of your choice, preferably a directory without a space. Beware, the package has no root directory. Example of installation directory:
c:\dev\tools\restx
,c:\restx
- add the directory to your PATH (HowTo)
- open a terminal and run
restx
, you should be welcomed with a prompt like this one:
Linux / Mac OS
Super easy / Single command way
For the lucky Linux / MacOS users, you can just run this command in your terminal:
Then you should be able to run restx
:
Manual approach
if you prefer to stay in control of your installation, here are the installation instructions:
- download the package (either as a zip or tar.gz, though we recommend tar.gz for Linux / Mac OS)
- unpack the package in the directory of your choice. Beware, the package has no root directory.
- create a symlink called restx to the restx script located in the installation folder OR add the directory to your PATH (Linux Mac OS X)
Here is an example of script to do that:
Then you should be able to run restx
: