-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds YT Setup Videos to Docs (#5744)
- Loading branch information
1 parent
193f20a
commit f5f73b4
Showing
6 changed files
with
50 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
## Dev Dependencies | ||
- `yarn` | ||
- `nvm` | ||
|
||
## Dev Setup | ||
|
||
# Appsmith Client | ||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
|
||
<br><br> | ||
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,4 @@ | ||
# Appsmith Server | ||
|
||
This is the server-side repository for the Appsmith framework. | ||
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ServerSetup.md). Alternatively, you can run the server using docker(see the instructions below). | ||
|
||
## Run locally with Docker | ||
|
||
You can run the server codebase in a docker container. This is the easiest way to get the server up and running if all you care about is contributing to the client codebase. | ||
|
||
### What's in the box | ||
|
||
* Appsmith server | ||
* MongoDB | ||
* Redis | ||
|
||
### Pre-requisites | ||
|
||
* [Docker](https://docs.docker.com/get-docker/) | ||
|
||
### Steps for setup | ||
|
||
1. Clone the Appsmith repository and `cd` into it | ||
```sh | ||
git clone https://github.com/appsmithorg/appsmith.git | ||
cd appsmith | ||
``` | ||
2. Change your directory to `app/server` | ||
```sh | ||
cd app/server | ||
``` | ||
3. Create a copy of the `envs/docker.env.example` | ||
```sh | ||
cp envs/docker.env.example envs/docker.env | ||
``` | ||
4. Start up the containers | ||
```sh | ||
docker-compose up -d | ||
``` | ||
5. Have fun! | ||
<br><br> | ||
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ServerSetup.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.