update instructions for directory change (#1539)

This commit is contained in:
Praveen Durairaj
2019-03-01 15:24:26 +05:30
committed by Shahidh K Muhammed
parent 6c20ca8a55
commit 039f16b906
4 changed files with 8 additions and 8 deletions

View File

@@ -38,11 +38,11 @@ type User {
## Local Development
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize` folder:
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize` folder:
```bash
$ git clone git@github.com:hasura/graphql-engine
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize
$ cd graphql-engine/community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize
```
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

View File

@@ -18,11 +18,11 @@ Sequelize (Postgres ORM)
## Local Development
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize` folder:
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize` folder:
```bash
$ git clone git@github.com:hasura/graphql-engine
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize
```
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

View File

@@ -20,11 +20,11 @@ Sequelize (Postgres ORM)
## Local Development
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize` folder:
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize` folder:
```bash
$ git clone git@github.com:hasura/graphql-engine
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize
```
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

View File

@@ -22,11 +22,11 @@ SqlAlchemy (Postgres ORM)
## Local Development
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy` folder:
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy` folder:
```bash
$ git clone git@github.com:hasura/graphql-engine
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy
```
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.