root/trunk/rp/trac/infocard_acct/0.11/doit @ 1061

Revision 1061, 369 bytes (checked in by dbuss, 3 years ago)

First stab at a python based Relying Party implementation of Information Cards, specificly for the Trac system

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1clear
2
3
4
5
6
7
8rm /var/trac/authz/log/trac.log
9rm /var/log/apache2/error_log
10rm /var/log/apache2/access_log
11rm /usr/local/lib/python2.5/site-packages/InfoCardAcct*
12rm -rf /tmp/eggcache/InfoCardAccountManager-0.1def-py2.5.egg-tmp
13rm -rf dist
14rm -rf build
15rm -rf *~
16rm -rf *.pyc
17rm -rf infocard_acct/*~
18rm -rf infocard_acct/*.pyc
19
20python setup.py install
21rcapache2 restart
22
Note: See TracBrowser for help on using the browser.