|
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 | |
|---|
| 1 | clear |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | rm /var/trac/authz/log/trac.log |
|---|
| 9 | rm /var/log/apache2/error_log |
|---|
| 10 | rm /var/log/apache2/access_log |
|---|
| 11 | rm /usr/local/lib/python2.5/site-packages/InfoCardAcct* |
|---|
| 12 | rm -rf /tmp/eggcache/InfoCardAccountManager-0.1def-py2.5.egg-tmp |
|---|
| 13 | rm -rf dist |
|---|
| 14 | rm -rf build |
|---|
| 15 | rm -rf *~ |
|---|
| 16 | rm -rf *.pyc |
|---|
| 17 | rm -rf infocard_acct/*~ |
|---|
| 18 | rm -rf infocard_acct/*.pyc |
|---|
| 19 | |
|---|
| 20 | python setup.py install |
|---|
| 21 | rcapache2 restart |
|---|
| 22 | |
|---|