Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
Go to file
dependabot[bot] f20bdccbbe
Bump supercharge/mongodb-github-action from 1.8.0 to 1.9.0 (#2621)
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-12 00:18:22 +07:00
.github Bump supercharge/mongodb-github-action from 1.8.0 to 1.9.0 (#2621) 2023-02-12 00:18:22 +07:00
.vscode Password recovery (#2568) 2023-01-31 16:10:44 +07:00
cloud/app Bump versions (#2430) 2022-12-07 17:40:54 +06:00
common TSK-651: Fix Team editing (#2611) 2023-02-09 23:50:30 +07:00
deploy Rewrite README.md to remove rushx dev setup (#2526) 2023-01-24 19:36:45 +06:00
dev Minor fixes (#2615) 2023-02-10 08:45:22 +07:00
models Sortable list (#2618) 2023-02-10 23:45:14 +07:00
packages Sortable list (#2618) 2023-02-10 23:45:14 +07:00
plugins Fix table footer (#2619) 2023-02-12 00:17:17 +07:00
pods Person create on (#2588) 2023-02-04 23:56:07 +07:00
products/tracker Person create on (#2588) 2023-02-04 23:56:07 +07:00
server Fix query if "_class" is object with "$nin" (#2620) 2023-02-10 22:13:07 +06:00
server-plugins Assign project when assigning sprint (#2612) 2023-02-10 23:39:02 +07:00
templates Bump versions (#2494) 2023-01-09 12:35:54 +07:00
tests Assign project when assigning sprint (#2612) 2023-02-10 23:39:02 +07:00
tools/apm Bump versions (#2494) 2023-01-09 12:35:54 +07:00
.gitattributes add platform package 2021-08-03 03:40:40 +02:00
.gitignore Configurable OpenAI (#2529) 2023-01-24 20:42:47 +07:00
.npmrc Migrate to hcengineering and publish to github packages (#2273) 2022-09-21 14:08:25 +06:00
.nvmrc Configurable OpenAI (#2529) 2023-01-24 20:42:47 +07:00
.prettierrc Prettier config file (#319) 2021-11-17 14:28:22 +01:00
.travis.yml add platform package 2021-08-03 03:40:40 +02:00
changelog.md Create Help Center (#2313) 2022-10-20 09:45:57 +07:00
LICENSE Initial commit 2021-08-02 21:39:24 +02:00
package-lock.json emojis (#2109) 2022-06-21 13:55:17 +06:00
README.md Rewrite README.md to remove rushx dev setup (#2526) 2023-01-24 19:36:45 +06:00
rush.json Fix viewlet preferences (#2547) 2023-01-27 00:26:24 +07:00

Anticrm Platform

Anticrm Platform is a framework that help building business applications (such as CRM) fast. Current exemplary applications include Chat, Task Management, and Applicant Tracking System.

Installation

You need Microsoft's rush to install application. Install rush with $ npm install -g @microsoft/rush command and run $ rush install from the repository root, followed by $ rush build.

Build and run inside docker

It is possible to setup all environment required with local docker containers. Supported both amd64 and armv8 containers.

cd ./dev/
rush build    # Will build all required packages.
rush bundle   # Will prepare bundles.
rush docker:build   # Will build docker containers for all applications.
docker-compose up -d --force-recreate # Will setup all containers

By default docker volumes dev_db dev_elastic dev_files will be created for mongo/elastic/minio instances.

Before we could start we need to create workspace/account and associate it with workspace.

cd ./tool
rushx run-local create-workspace ws1 -o DevWorkspace # Create workspace
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
rushx run-local assign-workspace user1 ws1 # Assign worksapce to user

Following URL http://localhost:8087/login:component:LoginApp will lead us to app in production mode.

Run in development mode

cd dev/prod
rushx dev-server

Then go to http://localhost:8080/login:component:LoginApp

Update project structure and database

If projects structure is updated it might be needed to relink and rebuild projects.

rush update
rush build

It also might be required to upgrade running database.

cd ./dev/tool
rushx upgrade

Tests

Unit tests

rush lint

UI tests

cd ./tests
rush build
rush bundle
rush docker:build
## creates test docker containers and setups test database
./prepare.sh
## runs UI tests 
rushx uitest

Package publishing

npm login --registry=https://npm.pkg.github.com --scope=@hcengineering/anticrm
npm publish

Libretranslate

pip install libretranslate
libretranslate --ssl --host 0.0.0.0 --port 4500 --load-only en,ru --update-models