https://github.com/uPortal-Attic/ClassifiedsPortlet
https://github.com/uPortal-Attic/ClassifiedsPortlet
portal portlet uportal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uPortal-Attic/ClassifiedsPortlet
- Owner: uPortal-Attic
- License: apache-2.0
- Archived: true
- Created: 2012-03-28T22:20:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:14:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T02:34:53.574Z (7 months ago)
- Topics: portal, portlet, uportal
- Language: Java
- Homepage:
- Size: 132 KB
- Stars: 3
- Watchers: 21
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
Classifieds Install using maven version 3.0.4
1. Depending on DB, replace the desired jdbc dependency to the pom.xml
net.sourceforge
jtds
1.2.5
2. Modify "applicationContext.xml" with your appropriate "ServerDialect":sample for MSSQL:
org.hibernate.dialect.SQLServerDialect3. Modify "applicationContext.xml" with your appropriate db properties:
net.sourceforge.jtds.jdbc.Driver
jdbc:jtds:sqlserver://localhost:1433;instance=SQLEXPRESS;databaseName=uPortal
sa
password
4. Modify portlet.xml to give the desired group as admin rights to classifieds portlet
Portal_Administrators
local.2
5. If needed, modify ApplicationContext.xml to configure desired Ad Grooming values
(what hour of day to perform grooming (24 hour clock)
(the minute of hour to perform grooming)
(how often to check if it is time to groom)
(the max amount of time between grooming)
6. Change directory to ClassifiedsPortlet folder
7. mvn clean package8. Change directory to your uPortal folder
9. ant deployPortletApp -DportletApp=c:\ClassifedsPortlet\target\ClassifiedsPortlet.war
10. Configure Classifeds Portlet on uPortal portlet manager
Classifieds portlet Setup:
1. Logon to uPortal with administrator rights to Classifieds Portlet.
2. Click on "Classifieds Administration" Link at bottom right corner.
3. Enter Categories that are appropriate for your site:
Example categories:
announcments
condos / vacation rentals
free stuf
lost and found
rides / carpools
volunteer opportunities
wanted
help wanted
house sitting
pet sitting
services
autos / motorcycles
books
clothing
computers / electronics
food
houshold items
all other
animals / pets
sports / outdoors
tickets
toys
homes
rentals
roomates
4. Enter Headings that are appropriate for your site( when entering heading you can multiselect the desired categories for that category)
example headings:
environmental
real estate
employment / services
miscellaneous
community
for sale5. Enter Help Title and Text
Help text is displayed when the Help button is clicked
6. Enter Policy Title and Text
Policy Text is displayed when Policy link is clicked. A person entering an Ad, must click on the Policy reviewed box before an Ad can be entered.