16 Commits

Author SHA1 Message Date
Dustin
65fe7a44e0
(doc) use latest version alpha.12.1.3 2018-05-14 17:19:43 +02:00
Dustin
8a439e22d1
(doc) use latest version of strapi alpha.12.x 2018-05-14 17:08:57 +02:00
Dustin
7eabef259e
Merge branch 'master' into patch-3 2018-05-14 17:07:41 +02:00
Dustin
04a91145e2
(doc) upgrade to latest alpha-12.x 2018-05-14 14:57:56 +02:00
Dustin
f661b9699a
(doc) add npm install as last step
For me, copying the files from the newly generated strapi environment was not sufficient. When I started the strapi after following the guide, 
I got the following error: 
```
/home/xxx/Dev/Projects/xxx/server/node_modules/mongodb/lib/mongo_client.js:804
          throw err;
          ^

TypeError: Cannot read property 'globalId' of undefined

```
I guess this was the case because strapi-mongoose was not upgraded.  I don't know if I'm blind or did not read the migration guide carefully enough, but for me a `npm install` at the end did the trick and upgraded it.
Maybe this is helpful for you
2018-05-14 13:39:04 +02:00
Jim LAURIE
c15874e6b9
Fix versions 2018-04-20 11:38:23 +02:00
Jim Laurie
4d8a852cdf Add migration guide 11 to 12 2018-04-20 11:26:28 +02:00
Jim LAURIE
164a29a6b6
Fix PR feedback 2018-03-19 12:14:25 +01:00
Jim Laurie
c9b736543a Add migration guide alpha 10 to 11 2018-03-16 12:18:11 +01:00
Jim LAURIE
751d4194bb
Add wording specification 2018-02-15 17:01:10 +01:00
Jim Laurie
4ff5e26dc1 Fix PR review 2018-02-15 16:47:57 +01:00
Jim Laurie
031968d971 Write migration guide from alpha.9 to alpha.10 2018-02-15 15:58:53 +01:00
Jim Laurie
9ef20e40b9 Create migration guide from alpha.8 to alpha.9
Co-authored-by: soupette
2018-01-31 12:25:18 +01:00
Jim Laurie
801a47994a Add migration from alpha.7.4 to alpha.8 2018-01-18 12:28:59 +01:00
Jim Laurie
7cdedb7d20 Fix ejs 2017-10-19 18:30:37 +02:00
Aurelsicoko
6d84b8947f Add documentation 2017-10-10 11:15:24 +02:00