Skip to content

Commit f623864

Browse files
committed
Merge branch 'development' of https://github.com/joshhebb/angularjs-contentful-starter into development
2 parents 9793480 + 4e54207 commit f623864

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,34 @@ and npm is simply a node package which is a package manage in itself. It allows
3131

3232
Just [fork](https://github.com/joshhebb/angularjs-contentful-starter) or pull down the repository and run the following commands.
3333

34-
**Before you start** when you run the final step of this setup, you will be asked to enter your space ID and management API key from Contentful. If you haven't registered for a account [head over to Contentful](https://www.contentful.com/sign-up/#dev) and get started.
34+
**Before you start** when you run the final step of this setup, you will be asked to enter your space ID, delivery and management API keys from Contentful. If you haven't registered for a account [head over to Contentful](https://www.contentful.com/sign-up/#dev) and get started.
35+
36+
The three pieces of info you need from Contentful:
37+
38+
* Space ID : the identifier of your space which is your personal collection of models & content
39+
* Management API token : content management tokens
40+
* Personal access token : content delivery tokens
41+
42+
Read more about the [authentication tokens on Contentful](https://www.contentful.com/developers/docs/references/authentication/).
43+
3544

3645
```shell
3746
git clone https://github.com/joshhebb/angularjs-contentful-starter.git your-project-name-here
3847
cd your-project-name-here
3948
npm install -g gulp # Install Gulp (global)
4049
npm install -g bower # Install Bower (global)
4150
npm run init # Run init task to install the node modules, libraries and then call gulp to build the app.
51+
52+
Starting the Contentful Export & Import Process..
53+
Please enter your Contentful Space ID and your Content Delivery / Management Tokens.
54+
You can find those values in Contentful under your space.
55+
56+
prompt: spaceId: your-space-id
57+
prompt: accessToken: your-content-delivery-access-token
58+
prompt: managementToken: 22 your-content-management-token
59+
60+
# The models & content are then exported from the sample space and uploaded into the space you created.
61+
4262
```
4363

4464
If everything goes okay, you will have imported the content model into your space and built the project. You're now ready to start development!

0 commit comments

Comments
 (0)