Skip to content

ogavb/LoIDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license GitHub release GitHub issues GitHub code size in bytes Lines of code David

Online Demo LoIDE website Twitter

LoIDE

A web-based IDE for Logic Programming.

LoIDE web GUI

Online Demo

Find a live demo at www.mat.unical.it/calimeri/projects/loide

Purpose

The main goal of the LoIDE project is the release of a modular and extensible web-IDE for Logic Programming using modern technologies and languages.

A further goal of the project is to provide a web-service with a common set of APIs for different logic-based languages.
Further information can be found in the Wiki

Key Features

  • Syntax highlighting
  • Output highlighting
  • Layout and appearance customization
  • Keyboard shortcuts
  • Multiple file support
  • Execution and Solvers options definition
  • Import and Export files

Getting Started (Installation and Usage)

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

It only requires Node.js®

Download

You can find the latest version of LoIDE here.

Otherwise you can clone this repository.

Remember that you can always see all the releases of LoIDE here.

Install

Install dependencies:

npm install

Now you can run LoIDE in development or in production mode.

Run in production mode

In this mode, LoIDE will be optimized for production.

Start the server:

npm start

Use LoIDE in a browser at:

http://localhost:8084

If you wish to run LoIDE over HTTPS, you must provide paths to certificate files in the app-config.json file. Then, you can start LoIDE in a browser at:

http://localhost:8085

Run in development mode

Run LoIDE in development mode only for development and testing purposes.

Start the server:

npm run start:dev

The browser will be opened automatically LoIDE in at:

http://localhost:7000

Note

You need an "executor" in order to run the solvers.

If you like it, you can use our EmbASPServerExecutor.

Built With

Versioning

We use Semantic Versioning for versioning. For the versions available, see the releases on this repository.

Credits

  • Stefano Germano (Founder/Maintainer)
  • Eliana Palermiti
  • Rocco Palermiti
  • Alexander Karaulshchikov
  • Giorgio Andronico
  • Francesco Calimeri (Scientific Supervisor)

From the Department of Mathematics and Computer Science of the University of Calabria

License

This project is licensed under the MIT License

About

Web-based IDE for Logic Programming

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.8%
  • Pug 20.5%
  • CSS 11.7%