Johan Sörlin
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
readme.md
|
@ -8,23 +8,23 @@ NodeJS 11 on any supported platform. |
|
|
|
|
|
|
|
|
## Getting started steps |
|
|
## Getting started steps |
|
|
|
|
|
|
|
|
### 1. Clone this repo to your local machine using |
|
|
|
|
|
|
|
|
### 1. Clone this repository to your local machine using |
|
|
|
|
|
|
|
|
These are the steps needed to get this project running on your machine: |
|
|
These are the steps needed to get this project running on your machine: |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
$ git clone git@github.com:tinymce/tinydrive-nodejs-starter.git |
|
|
|
|
|
|
|
|
$ git clone https://github.com/tinymce/tinydrive-nodejs-starter.git |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
### 2. Change the `apiKey` in `tinydrive-nodejs-starter/config.js` |
|
|
### 2. Change the `apiKey` in `tinydrive-nodejs-starter/config.js` |
|
|
|
|
|
|
|
|
You get the API key from the `API Key Manager` account manager at http://tiny.cloud. |
|
|
|
|
|
|
|
|
You get the API key from the `API Key Manager` account manager at http://www.tiny.cloud. |
|
|
|
|
|
|
|
|
### 3. Create a `tinydrive-nodejs-starter/private.key` file containing your generated private RSA key |
|
|
### 3. Create a `tinydrive-nodejs-starter/private.key` file containing your generated private RSA key |
|
|
|
|
|
|
|
|
You get the private RSA key from the `JWT Key Manager` account manager at http://tiny.cloud. |
|
|
|
|
|
|
|
|
You get the private RSA key from the `JWT Key Manager` account manager at http://www.tiny.cloud. |
|
|
|
|
|
|
|
|
### 4. Go to the directory and install npm packages and then start the dev server |
|
|
|
|
|
|
|
|
### 4. Go to the directory and install NPM packages and then start the development server |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
$ cd tinydrive-nodejs-starter |
|
|
$ cd tinydrive-nodejs-starter |
|
|