"git@git.shoudaozi.com:corteza/corteza-server.git" did not exist on "cf4ccdd12de48655f117a4d8dee073177b9e8f0e"
upd(system-cli): assign user to role
Mitja Zivkovic authored
cf4ccdd1
Name Last commit Last update
api fix(docs): missing authentication in api spec
cmd upd(system-cli): assign user to role
codegen Refactor permission resources
crm Refactor permission resources
docs fix(docs): missing authentication in api spec
internal Refactor permission resources
messaging Refactor permission resources
system upd(system-cli): assign user to role
vendor fix(internal): rules tests are run in transaction
.dockerignore Inject version & build-time info and show it on startup & on /version endpoint
.drone.yml fix(build): go fmt, mock generation
.editorconfig Add .editorconfig
.env.sample Change example email
.gitignore add(crust): support assets loading for webapps
.project add project name, makefile
.realize.yaml Change old paths (sam => messaging) in realize config
Dockerfile.crm upd(docker): expose port 80 by default
Dockerfile.messaging Rename "sam" to "messaging" (docker image, cmd)
Dockerfile.system Rename "sam" to "messaging" (docker image, cmd)
Gopkg.lock fix(internal): rules tests are run in transaction
Gopkg.toml Add all sso releated deps
LICENSE add(all): import Apache-2.0 LICENSE
Makefile fix(build): go fmt, mock generation
README.md Fixed some typos
build.sh upd(build.sh): enable partial build with param
codegen.sh Refactor permission resources

What is Crust?

Crust brings your user ecosystem and essential applications together on one platform, unifying them via CRM, Team Messaging and Advanced Identity and Access Management.

Crust Messaging is a secure, high performance, open source Slack alternative that allows your teams to collaborate more efficiently, as well as communicate safely with other organisations or customers.

Crust CRM is the highly flexible, scalable and open source Salesforce alternative, that enables you to sell faster and interact with leads, clients and team members easier then ever before. Seamless integration with Crust Messaging and Crust Identity and Access Management make it the most complete and flexible self-hosted CRM platform on the market.

Crust Unify manages user experience for Crust applications, such as CRM and Messaging, as well as providing an integrated interface for third party or other bespoke applications. 100% responsive and with an intuitive design, Crust Unify increases productivity and ease of access to all IT resources.

Contributing

Setup

Copy .env.example to .env and make proper modifications for your local environment.

An access to a (local) instance of MySQL must be available. Configure access to your database with SAM_DB_DSN and CRM_DB_DSN.

Please check the options available with ./app -h.

The database will be populated with migrations at the start of each service. You don't need to pre-populate the database, just make sure that your permissions include CREATE and ALTER capabilities.

Running in local environment for development

Everything should be set and ready to run with make realize. This utilizes realize tool that monitors codebase for changes and restarts api http server for every file change. It is not 100% so it needs help (manual restart) in certain cases (new files added, changes in non .go files etc..)

Making changes

Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest master from "upstream" before making a pull request!