From c2b094aa84a59e959af806c718029101311924e1 Mon Sep 17 00:00:00 2001 From: cosark <121065588+cosark@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:48:51 -0700 Subject: [PATCH 1/4] Adding Self Hosting to README.md Adding Self Hosting to the NocoDB GitHub page, enabling one-click deployment. This addition simplifies the process for users to quickly deploy and scale NocoDB using at various cloud hosting services. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a655ac25330..647404b6442 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,14 @@ Please refer to the [Environment variables](https://docs.nocodb.com/getting-star Please refer to [Development Setup](https://docs.nocodb.com/engineering/development-setup) +# Self Hosting + +[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.png)](https://repocloud.io/details/?app_id=100) + +[![Deploy on Elastio](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/nocodb) + + + # Contributing Please refer to [Contribution Guide](https://github.com/nocodb/nocodb/blob/master/.github/CONTRIBUTING.md). From 69a6f34a73ab0ca6cb01b87a584c75a967b72a4e Mon Sep 17 00:00:00 2001 From: cosark <121065588+cosark@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:50:11 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 647404b6442..18ebc8eb9c0 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ Please refer to [Development Setup](https://docs.nocodb.com/engineering/developm [![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.png)](https://repocloud.io/details/?app_id=100) -[![Deploy on Elastio](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/nocodb) +[![Deploy on Elestio](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/nocodb) From 08a4d21ff83bbada8c63f11d3419a18f886790ad Mon Sep 17 00:00:00 2001 From: cosark <121065588+cosark@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:14:05 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 18ebc8eb9c0..c27fc056d79 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
[](markdown/readme/languages/chinese.md) -[](markdown/readme/languages/french.md) +[](markdown/readme/languages/French.md) [](markdown/readme/languages/german.md) [](markdown/readme/languages/spanish.md) [](markdown/readme/languages/portuguese.md) @@ -102,7 +102,7 @@ docker run -d --name nocodb-mssql \ nocodb/nocodb:latest ``` -> To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise your data will be lost after recreating the container. +> To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise, your data will be lost after recreating the container. > If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker](https://github.com/nocodb/nocodb/issues/1340#issuecomment-1049481043). @@ -163,7 +163,7 @@ cd nocodb/docker-compose/mssql docker-compose up -d ``` -> To persist data in docker, you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise your data will be lost after recreating the container. +> To persist data in docker, you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise, your data will be lost after recreating the container. > If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker Compose](https://github.com/nocodb/nocodb/issues/1313#issuecomment-1046625974). @@ -179,7 +179,7 @@ npx create-nocodb-app ## Node Application -We provide a simple NodeJS Application for getting started. +We provide a simple Node.js Application for getting started. ```bash git clone https://github.com/nocodb/nocodb-seed @@ -244,7 +244,7 @@ Access Dashboard using: [http://localhost:8080/dashboard](http://localhost:8080/ - ⚡  Multiple Views Types: Grid (By default), Gallery, Form View and Kanban View - ⚡  View Permissions Types: Collaborative Views, & Locked Views - ⚡  Share Bases / Views: either Public or Private (with Password Protected) -- ⚡  Variant Cell Types: ID, LinkToAnotherRecord, Lookup, Rollup, SingleLineText, Attachment, Currency, Formula, etc +- ⚡  Variant Cell Types: ID, LinkToAnotherRecord, Lookup, Rollup, SingleLineText, Attachment, Currency, Formula, etc. - ⚡  Access Control with Roles: Fine-grained Access Control at different levels - ⚡  and more ... @@ -252,8 +252,8 @@ Access Dashboard using: [http://localhost:8080/dashboard](http://localhost:8080/ We provide different integrations in three main categories. See App Store for details. -- ⚡  Chat: Slack, Discord, Mattermost, and etc -- ⚡  Email: AWS SES, SMTP, MailerSend, and etc +- ⚡  Chat: Slack, Discord, Mattermost, and etc. +- ⚡  Email: AWS SES, SMTP, MailerSend, and etc. - ⚡  Storage: AWS S3, Google Cloud Storage, Minio, and etc ### Programmatic Access @@ -273,7 +273,7 @@ We are keeping all the user operation logs in one place. See App Store for details. -- ⚡  Chat: Slack, Discord, Mattermost, and etc. +- ⚡  Chat: Slack, Discord, Mattermost, etc. - ⚡  Email: AWS SES, SMTP, MailerSend, and etc. - ⚡  Storage: AWS S3, Google Cloud Storage, Minio, and etc