forked from dcuolfg/dcuolfg
-
Notifications
You must be signed in to change notification settings - Fork 0
A web-based LFG tool for DC Universe Online.
License
LGPL-3.0, Unknown licenses found
Licenses found
LGPL-3.0
LICENSE
Unknown
COPYING
Anderycks/dcuolfg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Python 71.0%
- HTML 25.8%
- CSS 2.3%
- Other 0.9%