
|
If you were logged in you would be able to see more operations.
|
|
|
dotCMS
Created: May 13, 2009 5:29 PM
Updated: August 12, 2009 6:44 PM
Due: 5/22/09
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.7a
|
|
|
Time Tracking:
|
|
Original Estimate:
|
2 days
|
|
|
Remaining Estimate:
|
2 hours
|
|
|
Time Spent:
|
1 day, 6 hours
|
|
|
|
|
1. Create directory called: /plugins/ in dotCMS website
2. Create directory with plugin id like /plugins/org.dotcms.
fontResizer/
3. In the plugin folder we need a /dotcms/ folder and anything we save on this folder will get deployed under /plugins/org.dotcms.fontResizer/
4. This needs to happen in the PluginLoader
5. We would re-deploy these files only if the Manifest file changes. If the version changes we would create new versions of the files.
6. Add example in the Hello world plugin
7. We need to configure what host to deploy the files in the plugin.controller file
If nothing is configured we will deploy to default host.
|
|
Description
|
1. Create directory called: /plugins/ in dotCMS website
2. Create directory with plugin id like /plugins/org.dotcms.
fontResizer/
3. In the plugin folder we need a /dotcms/ folder and anything we save on this folder will get deployed under /plugins/org.dotcms.fontResizer/
4. This needs to happen in the PluginLoader
5. We would re-deploy these files only if the Manifest file changes. If the version changes we would create new versions of the files.
6. Add example in the Hello world plugin
7. We need to configure what host to deploy the files in the plugin.controller file
If nothing is configured we will deploy to default host.
|
Show » |
|