Skip to content

anthony-chu/nightly-docker-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download this repository using the link https://github.com/liferay-release/nightly-docker-runner/archive/refs/heads/main.zip.

Next, add or copy the *.config files to the folder configs, like com.liferay.portal.search.elasticsearch.configuration.ElasticsearchConfiguration.config, and/or edit the existing portal-ext.properties placed in the folder properties. These resources will be copied to the nightly build before its starts up. Then, choose one of the following options to run the nightly build:

How to run the nightly build with the default database (Hypersonic)

  1. docker build -t nightly .
  2. docker run --name liferay-nightly --publish 8080:8080 nightly

How to run the nightly build with a MySQL database

  1. Open the file properties/portal-ext.properties and remove all # to enable the MySQL configuration.
  2. Open the terminal and run the command docker-compose up.

How to deploy changes in configs or portal-ext.properties after run nightly for the first time

  1. In your terminal, hit Ctrl + C to stop nightly.
  2. Place the necessary configurations in configs and update the content of properties/portal-ext.properties.
  3. Back to the terminal, run the command docker-compose build
  4. Next, run the command docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%