Getting Started with N2 Portal
N2 Portal runs as JSR 168 compliant portal server.
How to install to N2 Portal
==========================
How to install N2 Portal
==========================
1. Download N2Portal-[version]-installer.jar
2. Run N2 Portal installer on a terminal window.
(On Unix-like OS)
$ java -jar PALPortal-1.1-installer.jar
========================
How to start N2 Portal
========================
1. Launch DB for N2 Collabo.
Run run.[sh|bat].
(On Unix-like OS)
$ sh <INSTALL_DIR>/database/bin/run.sh
2. Launch N2 Portal.
Run startup.[sh|bat].
(On Unix-like OS)
$ <INSTALL_DIR>/bin/startup.sh
3. Display http://localhost:8080/ on a browser.
a username/password for admin is admin/admin.
Note: when you create a new user, you need to create it
with user role.
=======================
How to stop N2 Portal
=======================
1. Stop N2 Portal.
Run shutdown.[sh|bat].
(On Unix-like OS)
$ <INSTALL_DIR>/bin/shutdown.sh
2. Stop DB for N2 Collabo.
Kill the process or close DOS window.
============================
How to uninstall N2 Portal
============================
1. Remove <INSTALL_DIR>.