26 lines
823 B
Markdown
26 lines
823 B
Markdown
# Liferay Portal Community Edition 7.0
|
|
|
|
Installs Liferay Portal, an open source enterprise portal. Uses MySQL as database.
|
|
|
|
### Requirements
|
|
|
|
Make sure the Liferay container is started on a host with at least 4 GB RAM.
|
|
|
|
### First Start
|
|
|
|
Use the following credentials to log in as the default administrative user:
|
|
* user name: **test@liferay.com**
|
|
* password: **test**
|
|
|
|
If you choose to run the Setup Wizard at first start, you can create a different
|
|
administrative user. Afterwards you may have to restart the Liferay container.
|
|
|
|
### Watch the Logs
|
|
|
|
Open a terminal via `Execute Shell` on the Liferay container, then use `tail`
|
|
on the log files in `/opt/liferay/tomcat/logs` and `/opt/liferay/logs`, e.g.
|
|
|
|
```bash
|
|
tail -f /opt/liferay/tomcat/logs/catalina.2016-04-13.log
|
|
tail -f /opt/liferay/logs/liferay.2016-04-13.log
|
|
``` |