Skip to content

This package contained Danta Framwork's specific set of codes for Jahia Digital Factory.

License

Notifications You must be signed in to change notification settings

DantaFramework/JahiaDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danta - JahiaDF Project

Danta is the agnostic multi-platform templating engine. enables developers and IT teams to use technologies they already know, expediting the creation and leveraging of reusable technical assets.

Danta - JahiaDF (Digital Factory) Project is the maven project contained source codes specifically for Jahia.

Prerequisites

Documentation

Installation

Official documentation

License

Read License for more licensing information.

Contribute

Read here for more information.

Compile

mvn clean install

Deploy to Jahia

Edit your Maven settings.xml (usually in ~/.m2/settings.xml) to add the following profile:

    <profile>
        <id>jahia-local</id>
        <properties>
            <jahia.deploy.targetServerType>tomcat</jahia.deploy.targetServerType>
            <jahia.deploy.targetServerVersion>7</jahia.deploy.targetServerVersion>
            <jahia.deploy.targetServerDirectory><path_to_your_digital_factory_folder>/tomcat</jahia.deploy.targetServerDirectory>
        </properties>
    </profile>

Make sure you modify the jahia.deploy.targetServerDirectory to point to the /tomcat directory inside your Jahia installation.

Then you should be able to deploy your module using the following Maven command:

mvn clean install jahia:deploy -P jahia-local

Credit

Special thanks to Jose Alvarez, who named Danta for the powerful ancient Mayan pyramid, La Danta. La Danta is the largest pyramid in El Mirador—the biggest Mayan city found in Petén, Guatemala.

About

This package contained Danta Framwork's specific set of codes for Jahia Digital Factory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages