With Dueuno Elements you can build Back-Office Web Applications with a single programming language: Apache Groovy.
You need to install Git and the JDK 17.
With the upcoming release of Apache Grails 7 we will support the latest LTS Java releases.
$ git clone https://github.com/dueuno-projects/dueuno-app-template
$ cd dueuno-app-template
$ ./gradlew bootRun
The first run will take some time since Gradle has to download all the needed dependencies.
You should see something like this:
> <
> _ <
> | | ELEMENTS <
> __| |_ _ ___ _ _ _ __ ___ <
> / _` | | | |/ _ \ | | | '_ \ / _ \ <
> | (_| | |_| | __/ |_| | | | | (_) | <
> \__,_|\__,_|\___|\__,_|_| |_|\___/ <
> http://dueuno.org <
> <
> <
Grails application running at http://localhost:8080 in environment: development
Point your web browser to https://localhost:8080:
Login with super/super
to manage the whole application or with admin/admin
to manage the DEFAULT
tenant.
To create a new application from the template:
- Find/replace the string
dueunoapp
in all project files with a name of your choice - Rename the
dueunoapp
package with a name of your choice
- Run
./gradlew bootJar
- The application
.jar
file will be generated under/biuld/libs
- Run the application with
java -jar dueunoapp-1.0-SNAPSHOT.jar
You can write the project documentation editing the files under /src/docs
- Run
./gradlew asciidoctor
- The
html
documentation will be generated under the/docs
directory
You can find the latest Dueuno Elements documentation here: https://dueuno.com/docs
Join us on Discord: https://discord.gg/6yWnmT2hBj
Dueuno Elements is an Open Source software released under the Apache License, Version 2.0.
It's not what you do,
it's how you do it.
Happy coding :)