Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

RulebenderOnline

RulebenderOnline is alpha software that will eventually allow users to create and run BioNetGen models through a web interface powered by Django.

Prerequisites

Currently, RulebenderOnline uses Python 2, django, and django-ipware. The easiest way to use this software is to install the python packages listed in the requirements file through a Python virtual environment. To create and activate the virtual environment, type the following:

virtualenv django-user
source django-user/bin/activate

Install the requirements:

pip install -r requirements.txt

Testing

To make sure everything worked, change into rulebender_online and run the server:

cd rulebender_online
python manage.py runserver

Open 127.0.0.1:8000/polls in a browser.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

22 watching

Forks

Releases

Packages

Contributors

Languages