{"id":18780689,"url":"https://github.com/simplicitesoftware/heroku","last_synced_at":"2025-12-19T01:30:13.806Z","repository":{"id":30000321,"uuid":"33547848","full_name":"simplicitesoftware/heroku","owner":"simplicitesoftware","description":"Template for Heroku deployment","archived":false,"fork":false,"pushed_at":"2019-04-18T14:50:01.000Z","size":1412,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T10:45:02.799Z","etag":null,"topics":["heroku","simplicite"],"latest_commit_sha":null,"homepage":"http://www.simplicite.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-07T14:23:07.000Z","updated_at":"2019-04-18T14:50:02.000Z","dependencies_parsed_at":"2022-09-07T12:22:33.478Z","dependency_job_id":null,"html_url":"https://github.com/simplicitesoftware/heroku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fheroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fheroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fheroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fheroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/heroku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697436,"owners_count":19682418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heroku","simplicite"],"created_at":"2024-11-07T20:27:38.944Z","updated_at":"2025-12-19T01:30:13.757Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"Java","readme":"![Simplicit\u0026eacute; Software](https://www.simplicite.io/resources/logos/logo250.png)\n* * *\n\n\u003ca href=\"https://www.simplicite.io\"\u003e\u003cimg src=\"https://img.shields.io/badge/author-Simplicite_Software-blue.svg?style=flat-square\" alt=\"Author\"\u003e\u003c/a\u003e\u0026nbsp;\u003cimg src=\"https://img.shields.io/badge/license-Apache--2.0-orange.svg?style=flat-square\" alt=\"License\"\u003e [![Gitter chat](https://badges.gitter.im/org.png)](https://gitter.im/simplicite/Lobby)\n\nHeroku\u0026reg; template for Simplicit\u0026eacute;\u0026reg;\n===============================================\n\nThis is the embedded Tomcat template for Heroku\u0026reg; designed for Simplicit\u0026eacute;\u0026reg; instances.\n\nPrerequisites\n-------------\n\nJava JDK and Maven required to run locally.\n\nA Heroku account and Heroku toolbelt required to deploy to Heroku\nplease refer to [Heroku dev center](https://devcenter.heroku.com/) for details\n\nClone our [embedded Tomcat template](https://github.com/simplicitesoftware/heroku-template) (if you are reading this file chances are this is already done ;-)\n\nGet the Simplicit\u0026eacute;\u0026reg; instance template from our GIT repository\n(see [simplicite.io website](http://www.simplicite.io) for details on how to get access to this repository).\n\nCopy your **root** webapp in the `webapps/ROOT` folder (or leave the default test webapp as is):\n\n\tcp -r \u003ctemplate path\u003e/app webapps/ROOT\n\nRun locally\n-----------\n\nBuild the package using Maven with:\n\n\tmvn package\n\nThen run the package with:\n\n\tjava -Dfile.encoding=UTF-8 -jar target/tomcat-0.0.1-SNAPSHOT-jar-with-dependencies.jar\n\nNB: a similar run command is in the `Procfile`\n\nDeploy on Heroku\n----------------\n\n### Initial deployment\n\nAdd the `heroku` remote to the cloned Git repository by creating a new application:\n\n\theroku create [\u003cyour Heroku app name\u003e]\n\nor, if the application already exists:\n\n\theroku git:remote -a \u003cyour Heroku app name\u003e\n\nAdd and commit your changes locally in the Git repository:\n\n\tgit add \u003c...\u003e\n\tgit commit \u003c...\u003e\n\nThen deploy to Heroku by:\n\n\tgit push [--force] heroku master\n\nor if you want to configure `heroku` as the default pustream for pushes:\n\n\t git push --set-upstream heroku master\n\nin this case subsequent pushes will only require:\n\n\tgit push\n\n**Note**: _to avoid accidentally pushing your changes to the `origin` remote, we recommend that you remove it by:_\n\n\tgit remote remove origin\n\n_or, if you still want to be able to pull from the `origin` remote, just inhibitate pushing to it by:_\n\n\tgit remote set-url --push origin no_push\n\n### Upgrade deployments\n\nTo upgrade a deployed instance you should resynchronize the **root** webapp, for instance by:\n\n\trsync -auv \u003ctemplate path\u003e/app/ webapps/ROOT\n\nAnd then add, commit and push like described above (as of Simplicit\u0026eacute;\u0026reg; version 4.0, the auto upgrade option `-Dplatform.autoupgrade=true` will apply platform patches at startup).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fheroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fheroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fheroku/lists"}