| 24 | | 1. With easy_install : |
| 25 | | {{{ |
| 26 | | #!sh |
| 27 | | easy_install http://trac-hacks.org/svn/wikicssplugin/0.11 |
| 28 | | }}} |
| 29 | | 2. restart web server (in this example, was used Apache, on Ubuntu OS) |
| 30 | | {{{ |
| 31 | | #!sh |
| 32 | | sudo /etc/init.d/apache2 restart |
| 33 | | }}} |
| 34 | | 3. enable plugin through {{{../admin/general/plugin }}} or modify `trac.ini` file to include: |
| 35 | | {{{ |
| 36 | | [components] |
| 37 | | tracwikicss.* = enabled |
| 38 | | }}} |
| | 24 | 1. With easy_install : |
| | 25 | {{{ |
| | 26 | #!sh |
| | 27 | easy_install http://trac-hacks.org/svn/wikicssplugin/0.11 |
| | 28 | }}} |
| | 29 | 1. restart web server (in this example, was used Apache, on Ubuntu OS) |
| | 30 | {{{ |
| | 31 | #!sh |
| | 32 | sudo /etc/init.d/apache2 restart |
| | 33 | }}} |
| | 34 | 1. enable plugin through {{{../admin/general/plugin }}} or modify `trac.ini` file to include: |
| | 35 | {{{ |
| | 36 | #!ini |
| | 37 | [components] |
| | 38 | tracwikicss.* = enabled |
| | 39 | }}} |