Skip to content

dcuolfg/dcuolfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========
DCUO LFG
========

An LFG tool for DC Universe Online.

This code will be used to build an LFG community web site for the
game DC Universe Online.  The site will be hosted at:

http://dcuolfg.com/

(Nothing is up for the site yet.)

Frankly, I play DCUO a lot and it really needs a better LFG too.
Let's see if the web and this code can conspire to provide this
missing functionality.

= Requirements =

Most of dcuolfg builds in tree, using virtualenv and buildout.  There are
only a handful of system prerequisites.

 * virtualenv
 * libjpeg
 * memcached

= Getting Started =

Once the above requirements are installed, you can build the tree
for development with:

 $ virtualenv .
 $ ./bin/python pip install -r requirements.txt
 $ ./bin/python setup.py install

Tests can then be run with:

 $ ./bin/django-admin.py test

To start working with a development environment run:

 $ ./bin/django-admin.py syncdb
 $ ./bin/django-admin.py loaddata missions
 $ ./bin/django-admin.py runserver

About

A web-based LFG tool for DC Universe Online.

Resources

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published