Code Monkey home page Code Monkey logo

fix-virtual-host-app's Introduction

Fix Virtual Host App

Build Status Coverage Status Maven Central

The app proccess all virtual hosts replacing the prefix declared in the property virtual.host.old.prefix with the prefix declared in the property virtual.host.new.prefix. For instance if the database has the following virtual hosts:

and the properties are set as virtual.host.old.prefix=www and virtual.host.new.prefix=dev after the hook run the new value of virtual hosts will be:

  • dev.myliferay.com
  • dev.portalliferay.com
  • dev.newportal.com

Sample

-Dvirtual.host.old.prefix=www -Dvirtual.host.new.prefix=dev

License

Fix Virtual Host App is licensed under Apache 2 license.

Maven/Gradle

Fix Virtual Host App is available on Maven central, the artifact is as follows:

Maven:

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app</groupId>
    <artifactId>fix-virtual-host-app</artifactId>
    <version>1.1.0</version>
    <type>lpkg</type>
</dependency>

Gradle:

dependencies {
    compile(group: "br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app", name: "fix-virtual-host-app", version: "1.1.0", type: "lpkg");
}

Support

Fix Virtual Host App tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!

Contributing

Fix Virtual Host App is a project based on Maven to improve it you just need to fork the repository, clone it and from the command line invoke

mvn package

After complete your work you can send a pull request to incorporate the modifications.

Enjoy!

fix-virtual-host-app's People

Contributors

rultor avatar tmoreira2020 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fix-virtual-host-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.