PermeAgility can be developed using any IDE for Java development or even simple text editors can be used for development.
Setting up an Eclipse development environment for PermeAgility
Install Eclipse
Make sure you have Git and Maven plug ins
Create the Eclipse project
Select menu File -> import...
From Git, select Projects from Git and click Next >
For a repository URL, enter: https://github.com/permeagility/permeagility-core.git
No user/password is required for read only access to the repository
Click Next > to clone the repository and create the project
Open the Run Configurations and create a new configuration
Enter org.permeagility.web.Server as the main class
If you want the server to run in a port other than 1999 on a database called 'db', enter the port number and database connection information in the program arguments. (use plocal:<dbname> for embedded and remote:<host>/<dbname> for remote OrientDB databases)