An open API service indexing awesome lists of open source software.

https://github.com/uPortal-Attic/ClassifiedsPortlet


https://github.com/uPortal-Attic/ClassifiedsPortlet

portal portlet uportal

Last synced: 3 months ago
JSON representation

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.SQLServerDialect

3. 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 package

8. 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 sale

5. 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.