{"id":19573629,"url":"https://github.com/moqui/hivemind","last_synced_at":"2025-10-28T20:31:37.839Z","repository":{"id":5551734,"uuid":"6755999","full_name":"moqui/HiveMind","owner":"moqui","description":"HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.","archived":false,"fork":false,"pushed_at":"2024-08-15T21:54:21.000Z","size":2360,"stargazers_count":57,"open_issues_count":7,"forks_count":48,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-02-06T05:11:17.127Z","etag":null,"topics":["accounting","billing","erp","erp-application","general-ledger","hivemind","moqui","moqui-framework","payment","professional-services","project-management","request-management","service","wiki"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moqui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-11-19T06:38:39.000Z","updated_at":"2025-01-13T08:54:49.000Z","dependencies_parsed_at":"2024-08-01T12:19:20.408Z","dependency_job_id":"9d2876e6-b36b-4c89-a7e9-dab0416f7535","html_url":"https://github.com/moqui/HiveMind","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FHiveMind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FHiveMind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FHiveMind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FHiveMind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moqui","download_url":"https://codeload.github.com/moqui/HiveMind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238716031,"owners_count":19518554,"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":["accounting","billing","erp","erp-application","general-ledger","hivemind","moqui","moqui-framework","payment","professional-services","project-management","request-management","service","wiki"],"created_at":"2024-11-11T06:35:06.251Z","updated_at":"2025-10-28T20:31:32.526Z","avatar_url":"https://github.com/moqui.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"## HiveMind Project Management and Service ERP\n\n[![license](http://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/HiveMind/blob/master/LICENSE.md)\n[![build](https://travis-ci.org/moqui/HiveMind.svg)](https://travis-ci.org/moqui/HiveMind)\n[![release](http://img.shields.io/github/release/moqui/HiveMind.svg)](https://github.com/moqui/HiveMind/releases)\n[![commits since release](http://img.shields.io/github/commits-since/moqui/HiveMind/v1.5.0.svg)](https://github.com/moqui/HiveMind/commits/master)\n[![downloads](http://img.shields.io/github/downloads/moqui/HiveMind/total.svg)](https://github.com/moqui/HiveMind/releases)\n\n[![Discourse Forum](https://img.shields.io/badge/moqui%20forum-discourse-blue.svg)](https://forum.moqui.org)\n[![Google Group](https://img.shields.io/badge/google%20group-moqui-blue.svg)](https://groups.google.com/d/forum/moqui)\n[![LinkedIn Group](https://img.shields.io/badge/linked%20in%20group-moqui-blue.svg)](https://www.linkedin.com/groups/4640689)\n[![Stack Overflow](https://img.shields.io/badge/stack%20overflow-moqui-blue.svg)](http://stackoverflow.com/questions/tagged/moqui)\n\nHiveMind is a comprehensive ERP application for service organizations. It includes a project management application \nfeaturing project/task, request, and content (wiki) management. There is support for multiple vendors, multiple clients, \nflexible billing rates, time recording, expenses, invoicing (AR/AP), payments, and general ledger.\n\n### Running HiveMind\n\nTo run HiveMind you need Moqui Framework, HiveMind itself, and the components it depends on. Moqui supports a few \nmethods for setup and deployment as described in the documentation here:\n\n\u003chttp://www.moqui.org/docs/framework/Run+and+Deploy\u003e\n\nThe easiest way to try HiveMind is with the binary distribution available on GitHub:\n\n\u003chttps://github.com/moqui/HiveMind/releases\u003e\n\nIf you don't have gradle or ant installed you can use this command line to run Java directly:\n\n    $ java -jar moqui.war\n\n### Build and Run Locally\n\nTo get and locally run the latest HiveMind you'll need JDK 8 or later (OpenJDK or Oracle), and either a git client or you can \nuse the binary download link on GitHub.\n\nJava can be downloaded here (make sure to use the Download button under the **JDK** column, NOT the under the JRE column):\n\n\u003chttp://www.oracle.com/technetwork/java/javase/downloads/index.html\u003e\n\nThe following instructions use the Gradle Wrapper to build. You can optionally download and install Gradle \n(from \u003chttp://www.gradle.org/downloads\u003e) and use **gradle** instead of **./gradlew** in the example commands.\n\nTo download Moqui/Mantle/HiveMind source and build/run locally use the following steps:\n\n#### Step 1: Download Moqui Framework\n\nZip: \u003chttps://github.com/moqui/moqui-framework/archive/master.zip\u003e\n\nGit: \u003chttps://github.com/moqui/moqui-framework.git\u003e\n\nFrom either source you should put the contents in a **moqui** directory for the next steps. If you use the Zip download \nchange the directory name from **moqui-framework-master** to **moqui**. If you clone the Git repository clone it into \na **moqui** directory. \n\n#### Step 2: Download HiveMind and Dependencies\n\nThis is easy with the dependency configuration per component, and the Gradle get component tasks. With Gradle Wrapper \nyou don't need to install Gradle separately to do this. The HiveMind component is configured by default in the Moqui \naddons.xml file, so just run:\n\n    $ ./gradlew getComponent -Pcomponent=HiveMind\n\nIf you downloaded the zip archive for Moqui Framework this will download the zip archives for HiveMind and each \ncomponent it depends on. If you cloned from the git repository this will clone all components from their repositories. \n\n#### Step 3: Build and Load Data\n\nFrom the **moqui** directory run:\n \n    $ ./gradlew load\n\nThis will build Moqui and load seed and demo data from all components into an embedded H2 database.\n\n#### Step 4: Run Moqui\n\nFrom the **moqui** directory run:\n \n    $ java -jar moqui.war\n\n#### Step 5: Access the HiveMind applications\n\nFor the HiveMind Project Management application, in your browser go to:\n\n\u003chttp://localhost:8080/vapps/hm\u003e\n\nOr for the admin application go to:\n\n\u003chttp://localhost:8080/vapps/hmadmin\u003e\n\nUse the button in the lower-left corner of the screen login as John Doe.\n\n### Setup Commands Quick Reference\n\nJava 8 JDK is required (OpenJDK or Oracle): \u003chttp://www.oracle.com/technetwork/java/javase/downloads/index.html\u003e\n\nHere are command line steps for initial checkout, setup, and run:\n\n    $ git clone git@github.com:moqui/moqui-framework.git moqui\n    $ cd moqui\n    $ ./gradlew getComponent -Pcomponent=HiveMind\n    $ ./gradlew load\n    $ java -jar moqui.war\n\nHere are steps for a basic update (for development with clean out and rebuild of database):\n\n    $ cd moqui\n    $ ./gradlew cleanAll gitPullAll\n    $ ./gradlew load\n    $ java -jar moqui.war\n\nTo access the project management app go to something like \u003chttp://localhost:8080/vapps/hm\u003e in a\nweb browser. To access the admin app go to \u003chttp://localhost:8080/vapps/hmadmin\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoqui%2Fhivemind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoqui%2Fhivemind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoqui%2Fhivemind/lists"}