debianmacno-cupsweb
|
Last change
on this file since 57262ce was
6388b71,
checked in by Edward Z. Yang <edwardzyang@…>, 17 years ago
|
|
Make it work with TG2rc1.
Signed-off-by: Edward Z. Yang <edwardzyang@…>
|
-
Property mode set to
100644
|
|
File size:
535 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools |
|---|
| 3 | # deal with bugs that happen during install |
|---|
| 4 | easy_install tg.devtools |
|---|
| 5 | easy_install tg.devtools |
|---|
| 6 | easy_install flup |
|---|
| 7 | easy_install tw.forms |
|---|
| 8 | |
|---|
| 9 | # Install remctl |
|---|
| 10 | wget http://archives.eyrie.org/software/kerberos/remctl-2.13.tar.gz |
|---|
| 11 | tar -xf remctl-2.13.tar.gz |
|---|
| 12 | rm remctl-2.13.tar.gz |
|---|
| 13 | cd remctl-2.13 |
|---|
| 14 | ./configure --enable-python |
|---|
| 15 | make |
|---|
| 16 | cd python |
|---|
| 17 | python setup.py build |
|---|
| 18 | python setup.py install |
|---|
| 19 | cd ../.. |
|---|
| 20 | rm -rf remctl-2.13 |
|---|
| 21 | |
|---|
| 22 | python setup.py develop |
|---|
| 23 | |
|---|
| 24 | paster --help |
|---|
Note: See
TracBrowser
for help on using the repository browser.