Update README.md, product intro text
This commit is contained in:
parent
4d06b3e942
commit
bf5ecad7b6
26
README.md
26
README.md
@ -1,19 +1,25 @@
|
||||
# What is Corteza?
|
||||
|
||||
[](https://drone.crust.tech/cortezaproject/corteza)
|
||||
[](https://goreportcard.com/report/github.com/cortezaproject/corteza-server)
|
||||
|
||||
Corteza brings your user ecosystem and essential applications together on one platform, unifying them via CRM, Team Messaging and Advanced Identity and Access Management.
|
||||
# What is Corteza?
|
||||
|
||||
**Corteza 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.
|
||||
Corteza brings your user ecosystem and essential applications together on one
|
||||
platform, unifying them via CRM, Team Messaging and Advanced Identity and
|
||||
Access Management.
|
||||
|
||||
**Corteza Compose** is an open source Rapid Application Development (RAD) platform for custom web based business applications. Deliver the application you need more easily and faster then ever before with the drag and drop page builder, protect users with integrated Identity, Access and Privacy Management, and automate tasks with Compose’s advanced automation functionality. Corteza Compose is easy, fast and secure – your perfect ally to digitize your organisation’s business processes and customer engagement.
|
||||
**Crust CRM**
|
||||
Crust CRM is the highly flexible, scalable and open source Salesforce alternative, that enables your team to sell faster. It provides a 360 degree view of your customers, enabling you to service your prospects better and detect new opportunities.
|
||||
|
||||
**Corteza Unify** manages user experience for Corteza applications, such as Compose and Messaging, as well as providing an integrated interface for third party or other bespoke applications. 100% responsive and with an intuitive design, Corteza Unify increases productivity and ease of access to all IT resources.
|
||||
**Crust Messaging**
|
||||
Crust Messaging is the 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.
|
||||
|
||||
## Contributing
|
||||
**Crust Compose**
|
||||
Crust Compose is the flexible and easy to use open source Low Code Development platform for custom web based business applications, with drag and drop builder features, integrated Identity, Access and Privacy Management, and powerful automation options. Crust CRM is based on Compose.
|
||||
|
||||
### Setup
|
||||
**Crust Unify**
|
||||
Crust Unify manages the user experience for Crust applications, such as CRM, Messaging and Compose, 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.
|
||||
|
||||
# Setup
|
||||
|
||||
Copy `.env.example` to `.env` and make proper modifications for your local environment.
|
||||
|
||||
@ -22,11 +28,11 @@ Configure access to your database with `SYSTEM_DB_DSN`, `MESSAGING_DB_DSN` and `
|
||||
|
||||
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
|
||||
# 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
|
||||
# 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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user