Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
Go to file
Vyacheslav Tumanov 3ca0f8ba7c
TSK-992: fix column name in Companies (#2860)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
2023-03-30 23:23:30 +07:00
.github Remove bump from CI (#2670) 2023-02-21 13:25:01 +06:00
.vscode TSK-837: Fix backup OOM (#2732) 2023-03-15 12:39:12 +06:00
cloud/app Bump versions (#2430) 2022-12-07 17:40:54 +06:00
common TSK-879: Fix empty assignee selection (#2774) 2023-03-20 15:15:53 +06:00
deploy Rewrite README.md to remove rushx dev setup (#2526) 2023-01-24 19:36:45 +06:00
dev Fix account presenter (#2829) 2023-03-24 23:51:15 +07:00
models TSK-992: fix column name in Companies (#2860) 2023-03-30 23:23:30 +07:00
packages Fixes in the Activity Feed (#2848) 2023-03-29 16:35:00 +07:00
plugins Avatar hot fix (#2858) 2023-03-30 11:46:03 +06:00
pods TSK-885: Fix invalid deps (#2777) 2023-03-22 09:48:57 +07:00
products/tracker TSK-885: Fix invalid deps (#2777) 2023-03-22 09:48:57 +07:00
server TSK-983: Fix Cache control for index pages (#2850) 2023-03-29 13:12:59 +07:00
server-plugins TSK-925 Collaborators (#2849) 2023-03-29 15:18:59 +06:00
templates TSK-656 (#2636) 2023-02-15 09:14:20 +06:00
tests TSK-925 Collaborators (#2849) 2023-03-29 15:18:59 +06:00
tools/apm TSK-656 (#2636) 2023-02-15 09:14:20 +06: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 Remove bump from CI (#2670) 2023-02-21 13:25:01 +06: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