Mbaas-liveoak Series II: Installation and operation of Liveoak
- Please pay attention to http://quanke.name/
- AC Group: 231419585
- Reprint please indicate the source, thank you
Liveoak is Java development, so the premise is the need to have a Java runtime environment, Java operating environment itself Baidu installation, will not install the Java environment to see this or difficult, liveoak requirements of the Java environment is Java 8
The following command is to view your Java version
Java-version
: Http://liveoak.io/downloads.
First download the extract and execute the following command ($LIVEOAK _home is the directory of Liveoak):
$LIVEOAK _home/bin/standalone.sh-b 0.0.0.0
MongoDB will be downloaded automatically after
Last access to http://localhost:8080/admin, username and password is admin
Liveoak support installed on OpenShift
Liveoak address on the OpenShift market https://marketplace.openshift.com/apps/10363
User name and password are admin
Installing the Liveoak Docker container
First pull down from the Docker container and install
Docker Pull Jboss/liveoak-server
Start
Docker run-it-p 8080:8080-p 9090:9090 jboss/liveoak-server
To use it on Docker, it is recommended that the system learn Docker
If using a Mac system, kitematic (https://docs.docker.com/kitematic/) can be very simple to use Docker, in Kitematic search Liveoak, installation can be used, very simple
Run effect
Docker run Liveoak interface
Liveoak Management Login Interface
Liveoak Management Application Interface
Liveoak Management Formatscript Interface (an instance of Liveoak)
Please advise me if you have any questions.
Mbaas-liveoak Series II: Installation and operation of Liveoak