Skip to content

webbri/magnolia-ce-base-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Project to Start Working with Magnolia CE Using JAVA and Maven

Create the Project from scratch

mvn archetype:generate -DarchetypeGroupId=info.magnolia.maven.archetypes -DarchetypeArtifactId=magnolia-project-archetype -DarchetypeVersion=RELEASE

Compile the Project

mvn clean install

Start the Project

In the webapp folder, execute the following command.

cd magnolia-project-webapp
mvn cargo:run

It will deploy Magnolia CE on port 8080.

Create a Maven Module inside the project

mvn archetype:generate -DarchetypeGroupId=info.magnolia.maven.archetypes -DarchetypeArtifactId=magnolia-module-archetype -DarchetypeVersion=RELEASE

Proyecto base para empezar a trabajar en Mangolia CE con JAVA y Maven

Crear el proyecto desde cero

mvn archetype:generate -DarchetypeGroupId=info.magnolia.maven.archetypes -DarchetypeArtifactId=magnolia-project-archetype -DarchetypeVersion=RELEASE

Compilar el proyecto

mvn clean install

Arrancar el proyecto

En la carpeta de la webapp lanzamos el siguiente comando.

cd magnolia-project-webapp
mvn cargo:run

Nos desplegará Magnolia CE en el puerto 8080