1. Go to Campsite's base install folder (e.g. /var/www/campsite) and run the following commands:

cd smarty_camp_plugins/
ln -s ../plugins/poll/smarty_camp_plugins/* .
cd ..

cd classes
ln -s ../plugins/poll/classes/* .
cd ..

cd template_engine/classes/
ln -s ../../plugins/poll/template_engine/classes/* .
cd ../..

cd template_engine/metaclasses/
ln -s ../../plugins/poll/template_engine/metaclasses/* .
cd ../..

cd admin-files
ln -s ../plugins/poll/admin-files/poll/
cd ..

cd css
ln -s ../plugins/poll/css/* .
cd ..

cd javascript
ln -s ../plugins/poll/javascript/* .
cd ..

2. Install the plugins/poll/install/sql/plugin_poll.sql to campsite database.

3. If you have the demo installation, you can add the poll templates in this package by copying to templates folder. Yue need to go to admin->templates afterwards to register it.
cp plugins/poll/install/sample_templates/* templates

