Commit Graph

38 Commits

Author SHA1 Message Date
Rajat Agrawal
0d7e4a6401
chore: Update doc for skipping tests (#29986) 2024-01-05 15:39:24 +05:30
Shrikant Sharat Kandula
93060477cc
chore: Fix typo 2023-07-26 11:18:21 +05:30
Shrikant Sharat Kandula
ff9e24cbd9
chore: Use new Docker image for dev-time server (#25609)
We've stopped [building the slim
images](https://github.com/appsmithorg/appsmith/pull/25219) now and so
the instructions to run server locally, which rely on the slim server
image, need to be updated to use the newer `appsmith-ce` image.

This PR updates the instructions to use this.
2023-07-24 09:56:30 +05:30
Rajat Agrawal
65fa493843
chore: fix server setup documentation (#23279)
Fixes #23257

This PR fixes the structure of content in server setup documentation.
2023-05-12 16:57:56 +05:30
Nidhi
9d31458683
fix: Updated server set up docs to lower confusion from logs (#22926)
Documentation update for server side set up, and a change to default
value in env variables for Mongo to comply with the one we are using in
the set up docs, to allow for a quick start and lower chance of failure.
2023-05-03 10:17:34 +05:30
Vedant Pandey
2b3885991c
docs: Add docker instructions for apple silicon in README (#22404)
## Description

Update docs to point to the arm architecture images for mongodb and
redis for local setup of server in Apple Silicon

Fixes #22402 
> if no issue exists, please create an issue and ask the maintainers
about this first


## Type of change

> Documentation update

## How Has This Been Tested?

- Manual

### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-04-18 09:07:01 +05:30
Rajat Agrawal
5f9deae721
fix: improve documentation for setting Appsmith server locally (#22123)
There was an error setting up MongoDB replica on docker image in server
setup on a local machine.

The issue is highlighted in this link :
https://www.linkedin.com/pulse/single-node-mongo-replica-docker-sumit-sengupta/
2023-04-06 17:00:38 +05:30
Nilansh Bansal
26055086f6
chore: Server Setup Readme Update (#21291)
## Description
> Updated Server Setup Readme file to include Replica Set in the MongoDB setup command

Fixes #21290 


## Type of change

- Chore 

## Checklist:
### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or manual QA
- [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-03-09 14:21:38 +05:30
Anagh Hegde
7ae93c79db
docs: Add steps to enable the replica set for mongodb (#20757) 2023-02-18 04:35:33 +01:00
Nidhi
dfccd5a058
chore: Upgrade to Spring Boot 3.0.1 (#19044)
This upgrade takes care of our move to JDK 17, Spring Boot 3.0.1 and a
few other security upgrades along the way.

Fixes #18993 

TODO:

- [x] Check CI changes for Java 17
- [x] Check vulnerability report
- [x] Mongock needs an upgrade
- [x] Add JVM args at all possible places for exposing java.time module
- [x] Add type adapters everywhere / use the same config for type
adapters everywhere
2023-01-02 19:40:59 +07:00
Anagh Hegde
45baf8cd2f
chore: Add git file system env to server setup guidelines (#17858)
## Description

> Local server set up requires configuring the env variable APPSMITH_GIT_ROOT to be configured. This is PR adds the same info to the docs for the server set-up guidelines.
2022-10-25 11:17:18 +05:30
Somnath Das Adhikari
53753136fc
Added server setup steps on Windows using WSL (#13610)
Co-authored-by: adhikari_somnath <somnath.adhikari@digispice.com>
2022-05-08 21:13:16 +05:30
Parthiv Makwana
6c44573fb8
chore: Updated Code Blocks in ServerSetup.md (#8747) 2021-10-25 11:26:14 +05:30
Abhishek Choudhary
5bdb530f53
docs: Update ServerSetup.md (#8255) 2021-10-07 16:55:45 +05:30
Pranay
b72b963806
docs: Updating contribution guides (#7763) 2021-09-24 14:14:34 +05:30
Ali
49909d24b8
docs: Update server Readme for new Intellij IDEA version (#5576)
Co-authored-by: Ali Zahir <Ali>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-08-26 11:55:18 +05:30
Confidence Okoghenun
f5f73b47c6
Adds YT Setup Videos to Docs (#5744) 2021-07-09 15:54:34 +05:30
Raminder Singh
81954182c1
Update ServerSetup.md for clarity (#4940)
The following changes have been done to improve this document:
* The main change done is to bring the sections `Setting up a local MongoDB instance` and `Setting up a local Redis instance` under the prerequisites section. This improves the structure of the document as the reader can linearly go through it and set up the dependencies before setting up the Appsmith server.
* Apart from this, each section flows much more naturally to the next section as the last sentence of each section sets up the context about what's next.
* Other minor language improvements.
2021-06-14 01:07:53 +06:00
Confidence Okoghenun
639cba9095
Improve server setup experience documentation (#4441)
* fix: Updates appsmith server docker-compose

* fix: Updates server docker-compose

* fix: Removes exposed ports

* docs: Adds updates for server docker-compose

* docs: Adds updates for server docker-compose

* docs: Updates app/server/README.md

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>

* chore: Removes deprecated env vars

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-05-19 19:29:08 +05:30
Arpit Mohan
867cfc202f
Removing redundant line from the ServerSetup contribution guide 2021-03-03 13:53:45 +05:30
Arpit Mohan
f1b24c0737
Improving the IntelliJ IDE setup steps 2021-03-03 13:53:05 +05:30
Sumit Kumar
ac67514d12
Add discord channel link to Server Setup guide. (#2932) 2021-02-09 18:05:59 +05:30
Meng Ye
777c4bc891
Improve doc for setting up IntelliJ IDEA (#2710) 2021-01-26 12:32:04 +05:30
Nidhi
6c974408bd
Added IntelliJ run configuration for an easier getting started experience for contributors (#1944)
* Added run configuration for IntelliJ

* Added instructions for run config
2020-11-27 14:31:09 +05:30
Sumit Kumar
7b3494f4ad
Update ServerSetup.md 2020-10-30 01:27:11 +05:30
Sumit Kumar
b713fb608b Update ServerSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
855b9cd644 Update ServerSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
6e6193e59a Update contributions/ServerSetup.md
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-10-30 00:57:25 +05:30
Sumit Kumar
d8e4b045b7 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
159715307d Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
fbcd10b65b Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
e9ab3129b3 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
9ddf772c55 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
c6b2f97e31 Update ServerSetup.md 2020-10-30 00:57:25 +05:30
Sumit Kumar
c78906e648 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Sumit Kumar
c993cfebe7 Update server and client setup guide. (#1437)
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Shrikant Sharat Kandula
201078ce69
Add pre-requisites instructions to server setup (#1217) 2020-10-15 14:26:26 +05:30
Nikhil Nandagopal
cf650f8ad0
Feature/hacktoberfest (#841)
* Update IssuesReport.md

* Update IssuesReport.md

* Create ClientSetup.md

* Update ClientSetup.md

* Update ClientSetup.md

* Update ClientSetup.md

* Create ServerSetup.md

* Update ClientSetup.md

* Create CodeContributionsGuidelines.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CodeContributionsGuidelines.md

* Update IssuesReport.md

* Update CodeContributionsGuidelines.md

* Update CONTRIBUTING.md

* Update IssuesReport.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update ClientSetup.md

* Update ClientSetup.md

Co-authored-by: Nikhil <nikhil@users.noreply.github.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-30 23:23:10 +05:30