Rename to fluidcms
This commit is contained in:
parent
8095fa3601
commit
030c91e8a1
@ -1,4 +1,4 @@
|
||||
# contentking
|
||||
# fluidcms
|
||||
|
||||
This project uses Quarkus, the Supersonic Subatomic Java Framework.
|
||||
|
||||
@ -43,7 +43,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
|
||||
./gradlew build -Dquarkus.native.enabled=true -Dquarkus.native.container-build=true
|
||||
```
|
||||
|
||||
You can then execute your native executable with: `./build/contentking-0.1.0-ALPHA-runner`
|
||||
You can then execute your native executable with: `./build/fluidcms-0.1.0-ALPHA-runner`
|
||||
|
||||
If you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.
|
||||
|
||||
|
@ -8,4 +8,4 @@ pluginManagement {
|
||||
id "${quarkusPluginId}" version "${quarkusPluginVersion}"
|
||||
}
|
||||
}
|
||||
rootProject.name='contentking'
|
||||
rootProject.name='fluidcms'
|
||||
|
@ -7,11 +7,11 @@
|
||||
#
|
||||
# Then, build the image with:
|
||||
#
|
||||
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/contentking-jvm .
|
||||
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/fluidcms-jvm .
|
||||
#
|
||||
# Then run the container using:
|
||||
#
|
||||
# docker run -i --rm -p 8080:8080 quarkus/contentking-jvm
|
||||
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-jvm
|
||||
#
|
||||
# If you want to include the debug port into your docker image
|
||||
# you will have to expose the debug port (default 5005 being the default) like this : EXPOSE 8080 5005.
|
||||
@ -20,7 +20,7 @@
|
||||
#
|
||||
# Then run the container using :
|
||||
#
|
||||
# docker run -i --rm -p 8080:8080 quarkus/contentking-jvm
|
||||
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-jvm
|
||||
#
|
||||
# This image uses the `run-java.sh` script to run the application.
|
||||
# This scripts computes the command line to execute your Java application, and
|
||||
|
@ -7,11 +7,11 @@
|
||||
#
|
||||
# Then, build the image with:
|
||||
#
|
||||
# docker build -f src/main/docker/Dockerfile.legacy-jar -t quarkus/contentking-legacy-jar .
|
||||
# docker build -f src/main/docker/Dockerfile.legacy-jar -t quarkus/fluidcms-legacy-jar .
|
||||
#
|
||||
# Then run the container using:
|
||||
#
|
||||
# docker run -i --rm -p 8080:8080 quarkus/contentking-legacy-jar
|
||||
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-legacy-jar
|
||||
#
|
||||
# If you want to include the debug port into your docker image
|
||||
# you will have to expose the debug port (default 5005 being the default) like this : EXPOSE 8080 5005.
|
||||
@ -20,7 +20,7 @@
|
||||
#
|
||||
# Then run the container using :
|
||||
#
|
||||
# docker run -i --rm -p 8080:8080 quarkus/contentking-legacy-jar
|
||||
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-legacy-jar
|
||||
#
|
||||
# This image uses the `run-java.sh` script to run the application.
|
||||
# This scripts computes the command line to execute your Java application, and
|
||||
|
@ -7,11 +7,11 @@
|
||||
#
|
||||
# Then, build the image with:
|
||||
#
|
||||
# docker build -f src/main/docker/Dockerfile.native -t quarkus/contentking .
|
||||
# docker build -f src/main/docker/Dockerfile.native -t quarkus/fluidcms .
|
||||
#
|
||||
# Then run the container using:
|
||||
#
|
||||
# docker run -i --rm -p 8080:8080 quarkus/contentking
|
||||
# docker run -i --rm -p 8080:8080 quarkus/fluidcms
|
||||
#
|
||||
###
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
|
||||
|
@ -10,11 +10,11 @@
|
||||
#
|
||||
# Then, build the image with:
|
||||
#
|
||||
# docker build -f src/main/docker/Dockerfile.native-micro -t quarkus/contentking .
|
||||
# docker build -f src/main/docker/Dockerfile.native-micro -t quarkus/fluidcms .
|
||||
#
|
||||
# Then run the container using:
|
||||
#
|
||||
# docker run -i --rm -p 8080:8080 quarkus/contentking
|
||||
# docker run -i --rm -p 8080:8080 quarkus/fluidcms
|
||||
#
|
||||
###
|
||||
FROM quay.io/quarkus/quarkus-micro-image:2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user