Menu

Tree [71506f] master /
 History

HTTPS access


File Date Author Commit
 Inmobi Installer 2019-08-30 Agustin Alexander Agustin Alexander [cd00bc] Fixed Tika vulnerability and added keygen
 src 2019-08-30 Agustin Alexander Agustin Alexander [cd00bc] Fixed Tika vulnerability and added keygen
 .gitattributes 2017-10-16 roberGzt roberGzt [78cde1] imeplentado cambio de estados en contratos de v...
 .gitignore 2019-08-30 Agustin Alexander Agustin Alexander [cd00bc] Fixed Tika vulnerability and added keygen
 .travis.yml 2019-08-30 Agustin Alexander Agustin Alexander [71506f] travis test fix attemp
 LICENSE 2017-09-29 Agus Alexander Agus Alexander [52677e] "revert"(no exactamente ) a los cambios del com...
 README.md 2019-08-30 Agustin Alexander Agustin Alexander [16bfc7] Update README.md
 pom.xml 2019-08-30 Agustin Alexander Agustin Alexander [2a75b0] set java version on travis java 8

Read Me

Inmobi - Sistema de gestión Inmobiliaria

(Youtube Video)
Build Coverage Status

See tests logs for Serial Key or go to Installer/KeyGen
image

Maven goal:

jetty:run

CI-CD:

    #cleanup workspace
    rm -rf jetty.old
    mv jetty jetty.old
    # download jetty
    cp /config/workspace/Package/jetty.tar.gz jetty.tar.gz
    tar xfz jetty.tar.gz
    mv jetty-distribution-9.4.8.v20171121 jetty
    rm jetty.tar.gz
    mv jetty.old/Files jetty/Files
    #Kill jetty if running
    pkill -9 -f jetty.port=9012 || true
    sleep 5
    cd jetty
    cp /config/workspace/Package/target/Inmobi.war /config/workspace/Run/jetty/webapps/root.war
    #start jetty & prevent jenkins killing job after finish
    BUILD_ID=dontKillMe nohup java -jar start.jar jetty.port=9012 > ../jetty.log 2>&1 &
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.