GithubHelp home page GithubHelp logo

shell-perf-web's Introduction

>GNOME Shell Performance Web Site
================================

The code in this module implements a web site to collect performance reports
generated by GNOME Shell (http://live.gnome.org/GnomeShell).

Installing
==========

You'll need to have installed:

 Django version 1.1 or newer
 mod_wsgi

If using Python-2.4, you'll also need
 python-hashlib
 python-simplejson

Copy shell/local_settings.py.example to shell/local_settings.py and edit. You'll
have to change most or all of the settings in that file. local_settings.py should
be readable to the apache user but not by any untrusted users.

If you are using a database backend other than MySQL, create the database.
Create the data directory and make sure the web server user has access to it.

 mkdir <data_directory>
 mkdir <data_directory>/uploads
 sudo chown -R apache:apache <data_directory>/uploads

Then initialize the database:

 cd shell
 sudo -u apache python manager.py syncdb

Enable WSGI and add the following to your httpd configuration:

------------------------------------------------------------
<VirtualHost *:80>
    ServerName shell-perf.fishsoup.net

    Alias /static SRCDIR/static
    WSGIScriptAlias / SRCDIR/shell-perf.wsgi
</VirtualHost>

<Directory SRCDIR/static>
    AllowOverride None

    Order allow,deny
    Allow from all
</Directory>
------------------------------------------------------------

Replacing SRCDIR with the directory where you have the shell-perf-web sources
checked out.

License
=======

This web application is copyright 2010 Red Hat, Inc, and licensed under the
terms of the GNU Affero General Public License, version 3 or later.

shell-perf-web's People

Contributors

owtaylor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.