Issue tracker
Source
License
Author
Sponsored by addforce
|
Quick start (on Windows only)
Setting up
- Download and install Jacum Demo Application
- Download and install Jacum Backend GUI
- Start JacumCMSDemo service (Programs -> JacumCMSDemo -> Start JacumCMSDemo)
- Open home page (Programs -> JacumCMSDemo -> Home page) - it works! (Does it?)
Connecting backend
- Start Jacum Backend GUI (Programs -> JacumBackendGUI -> Jacum CMS Backend)
- Right mouse click on left pane: Add new host...
- Enter host properties:
- Name: localhost
- Endpoint URL: http://localhost:8080/jacum-demo/services/ContentService
- User name: admin
- Password: secret
- Click Validate. Click OK.
- Right mouse click on localhost: Connect to host
Adding article
- Open JCR-backed content
- Open library. Right mouse click on articles. Choose Add child item.
- Choose type jt:article. Enter name article003. Click OK. article003 should appear under articles.
- Double-click on article003.
- Enter something in 'title', 'abstract'.
- Double-click on 'text'. It opens window-wide. Type some more text in.
- Choose page_article in 'templateId'. Check 'published'.
- Choose File -> Save from menu or press Ctrl-S.
- Refresh home page. New article appeared! (did it?)
|