Skip to content

m1so/xpp-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

XppWeb

Demo: xpp.baumgartner.io

Installation

Full guide is available in the thesis ("Technical details" chapter).
XppWeb is built on Laravel framework - documentation for version 5.2 is available here.

Requirements:

  • PHP 5.5.9 and higher
  • MySQL, PosgreSQL, MSSQL or SQLite database

Using SQLite DB

  1. Use touch database.sqlite to create a SQLite database
  2. Specify the following config in .env file
DB_CONNECTION=sqlite
DB_DATABASE=/absolute/path/to/database.sqlite

Compiling XPPAUT binaries

  • Ubuntu and Mac OS X binaries are compiled in the root directory of this repository.
  • Download the source code for the latest version from Prof. Bard Ermentrout's website and compile for your operating system using make command (read the provided instuctions).
  • Enter the path to the binary under xpp_path key in XPPWeb's config

About

Web interface for XPPAUT

Resources

Stars

Watchers

Forks

Packages

No packages published