Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikraman/gentoostats-playground
Playground for gentoostats
https://github.com/vikraman/gentoostats-playground
Last synced: 3 days ago
JSON representation
Playground for gentoostats
- Host: GitHub
- URL: https://github.com/vikraman/gentoostats-playground
- Owner: vikraman
- License: gpl-2.0
- Created: 2012-06-06T20:30:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T00:47:27.000Z (over 12 years ago)
- Last Synced: 2024-04-14T15:51:46.715Z (9 months ago)
- Language: Python
- Size: 7.76 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
About
=====The Gentoostats project aims to collect and analyse various statistics about
Gentoo systems.This repository contains only the new Django server for GSoC 2012. For the old
one [look here](https://github.com/vh4x0r/gentoostats/tree/master/server).You can find the updated client for GSoC 2012
[here](https://github.com/gg7/gentoostats/tree/gg7).Installation
============Gentoo systems
--------------emerge -av >=dev-lang/python-2.7 # required
emerge -av >=dev-python/django-1.4 # required
emerge -av dev-libs/geoip # requiredemerge -av dev-python/pytz # recommended for production
emerge -av dev-python/south # optional
emerge -av dev-python/django-extensions # optionalMake sure to create a suitable settings.py. You can use settings.py.example as
an example. Remember to modify the secret key, the database section, and the
installed apps section.Other systems
--------------Currently unsupported.
Upgrading
=========You can use [South](http://south.aeracode.org/) for database migrations.
Usage
=====Just like any other Django app.
Links
=====GSoC 2011 Project: http://www.google-melange.com/gsoc/project/google/gsoc2011/vh4x0r/26001
GSoC 2011 Proposal: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/vh4x0r/1
GSoC 2012 Project: http://www.google-melange.com/gsoc/project/google/gsoc2012/gg7/28001