{"id":30019613,"url":"https://github.com/veupathdb/install","last_synced_at":"2026-01-20T17:43:45.581Z","repository":{"id":41796839,"uuid":"193104100","full_name":"VEuPathDB/install","owner":"VEuPathDB","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-05T20:40:14.000Z","size":4477,"stargazers_count":0,"open_issues_count":22,"forks_count":2,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-08-05T22:26:57.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/VEuPathDB.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-21T13:38:35.000Z","updated_at":"2025-07-03T16:09:58.000Z","dependencies_parsed_at":"2023-02-12T23:45:19.247Z","dependency_job_id":"ff5b4e57-5885-4e56-b54a-c89b158103f3","html_url":"https://github.com/VEuPathDB/install","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/VEuPathDB/install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VEuPathDB%2Finstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VEuPathDB%2Finstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VEuPathDB%2Finstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VEuPathDB%2Finstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VEuPathDB","download_url":"https://codeload.github.com/VEuPathDB/install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VEuPathDB%2Finstall/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269004945,"owners_count":24343366,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-06T01:19:59.780Z","updated_at":"2026-01-20T17:43:45.539Z","avatar_url":"https://github.com/VEuPathDB.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# install\nThe software installer program used to build many VEuPathDB backend systems and the VEuPathDB websites.  It is ant-based.  It reads from source code residing in the directory pointed to by the $PROJECT_HOME environment variable.  It builds and installs executable software into the directory pointed to by the $GUS_HOME environment variable.  It builds and installs website resource into the location provided to its command line interface in `webapp.props`.\n\nThe heart of the install system is this [build.xml](build.xml) file, written in [Ant XML](https://ant.apache.org/manual/using.html).  Projects build by the install system provide their own `build.xml` file (for example [WDK/build.xml](https://github.com/VEuPathDB/WDK/build.xml)), which call the utility targets provided here.\n\nWebsite resources can be bundled using a common [webpack](https://webpack.js.org/) configuration, including support for [TypeScript](https://www.typescriptlang.org/) and [Sass](https://sass-lang.com/). This is done by placing a `webpack.config.js` file in either a project or component directory, and extending [base.webpack.org](./base.webpack.org). The installer program will detect this file and execute the `webpack` program.\n\n## Dependencies\n * Ant 1.9\n * Maven\n * NodeJS \u003e= 8\n\n## Usage\n```\n~ [0]$ bld\n\nBuild an executable from $PROJECT_HOME into $GUS_HOME\n\nUsage: bld project[/component] [-publishDocs]\n\n  calls 'build project[/component] install -append'\n\nThe -publishDocs flag, if present, will be passed to build as well\n\n~ [1]$ bldw\n\nBuild an executable from $PROJECT_HOME into $GUS_HOME and install web resources according to webPropFile \n\nUsage: bldw project webPropFile [-publishDocs]\n\nExample:  bldw GiardiaDBWebsite project_home/webapp.prop\n\n  calls 'build GiardiaDBWebsite webinstall -append -webPropFile project_home/webapp.prop'\n\nThe -publishDocs flag, if present, will be passed to build as well\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveupathdb%2Finstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveupathdb%2Finstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveupathdb%2Finstall/lists"}