Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
Go to file
Denis Bykhov bdc969d7ab
Kanban for default funnel migration (#596)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2021-12-09 10:08:15 +01:00
.github/workflows Mongo tests (#468) 2021-12-02 10:07:25 +01:00
.vscode Activity update (#362) 2021-11-25 12:07:44 +01:00
cloud/app add telegram dns record 2021-11-29 18:13:04 +01:00
common Telegram imported message pretty (#599) 2021-12-09 10:05:21 +01:00
deploy
dev Telegram imported message pretty (#599) 2021-12-09 10:05:21 +01:00
models Kanban for default funnel migration (#596) 2021-12-09 10:08:15 +01:00
packages Table check objects (#568) 2021-12-08 10:33:50 +01:00
plugins Remove chunter:class:Attachment (#597) 2021-12-09 10:07:26 +01:00
pods/account Enable ESLint/prettier (#389) 2021-12-01 10:27:29 +01:00
server Sorting (#567) 2021-12-08 10:14:55 +01:00
templates Package templates (#388) 2021-11-29 12:16:01 +01:00
.gitattributes
.gitignore
.prettierrc
.travis.yml
LICENSE
README.md
rush.json Telegram imported message pretty (#599) 2021-12-09 10:05:21 +01: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.

Run in development mode

cd dev/prod
rushx dev

Then go to http://localhost:8080/login:component:LoginApp and use following credentials to login into the system:

To connect to running local server dev-server command should be used instead.

Build and run inside docker

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

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

# we a few seconds delay, to be sure elastic is up and running.
./deploy/setup-es-attachment-pipeline.sh    # Setup elastic search plugin configuration.

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 ./dev/tools
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:8081/login:component:LoginApp will lead us to app.