Rename to fluidcms

This commit is contained in:
Max W. 2024-06-16 20:06:26 +02:00
parent 8095fa3601
commit 030c91e8a1
6 changed files with 13 additions and 13 deletions

View File

@ -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.

View File

@ -8,4 +8,4 @@ pluginManagement {
id "${quarkusPluginId}" version "${quarkusPluginVersion}"
}
}
rootProject.name='contentking'
rootProject.name='fluidcms'

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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