|
Revision 17082, 1.0 kB
(checked in by boutell, 4 years ago)
|
Pointer to the correct README
|
| Line | |
|---|
| 1 |
This is a sample site built on pkContextCMS. All of the svn externals |
|---|
| 2 |
for the plugins are set correctly, so using this project as a starting |
|---|
| 3 |
point may simplify your life. Also a subset of the Zend framework sufficient |
|---|
| 4 |
to support Zend Search is in lib/vendor. |
|---|
| 5 |
|
|---|
| 6 |
This project also includes pkMediaPlugin. |
|---|
| 7 |
|
|---|
| 8 |
pkMediaPlugin REQUIRES THE NETPBM UTILITIES. Without them image |
|---|
| 9 |
uploads will not work. They are free, open-source utilities that can |
|---|
| 10 |
be installed on any system. See plugins/pkImageConverterPlugin/README |
|---|
| 11 |
for details. |
|---|
| 12 |
|
|---|
| 13 |
In many hosting environments you will need to make the following folders |
|---|
| 14 |
world-writable: |
|---|
| 15 |
|
|---|
| 16 |
web/media-items |
|---|
| 17 |
data/persistent-uploads |
|---|
| 18 |
data/pk-tmp |
|---|
| 19 |
data/zendIndexes |
|---|
| 20 |
|
|---|
| 21 |
Search updates only take place if you periodically run the command line |
|---|
| 22 |
task `symfony pkContextCMS:update-lucene`. Tip: do this from a cron |
|---|
| 23 |
job. This is not an exhaustive, inefficient re-indexing, it just looks |
|---|
| 24 |
at pages that have been touched since the last update. See the pkContextCMS |
|---|
| 25 |
documentation for more information. |
|---|