跳到主要內容

strapi 筆記

root@shengan-A1SAi:/sda1/sigfox_bell/bell_business# cd ..
root@shengan-A1SAi:/sda1/sigfox_bell# mkdir gatsby-strapi-tutorial
root@shengan-A1SAi:/sda1/sigfox_bell# cd gatsby-strapi-tutorial/
root@shengan-A1SAi:/sda1/sigfox_bell/gatsby-strapi-tutorial# strapi new api
[2018-04-12T03:21:04.578Z] info Creating your application... It might take a few seconds.
[2018-04-12T03:21:04.839Z] info Lets configurate the connection to your database:
 Choose your main database: MongoDB (highly recommended)
 Database name: strapi
 Host: 127.0.0.1
 Port: 27017
 Username:
 Password:
 Authentication database:
 Enable SSL connection: false
[2018-04-12T03:21:35.994Z] info Testing database connection...
[2018-04-12T03:21:36.866Z] info The app has been connected to the database successfully!
[2018-04-12T03:21:37.054Z] info Copying the dashboard...
[2018-04-12T03:21:42.757Z] info Installing dependencies...
[2018-04-12T03:21:59.890Z] info The plugin settings-manager has been successfully installed.
[2018-04-12T03:22:13.600Z] info The plugin content-type-builder has been successfully installed.
[2018-04-12T03:22:17.362Z] info The plugin content-manager has been successfully installed.
[2018-04-12T03:22:31.727Z] info The plugin users-permissions has been successfully installed.
[2018-04-12T03:22:37.248Z] info The plugin email has been successfully installed.
[2018-04-12T03:22:45.304Z] info The plugin upload has been successfully installed.
[2018-04-12T03:22:49.202Z] info The plugin analytics has been successfully installed.
[2018-04-12T03:22:49.202Z] info Linking `strapi` dependency to the project...
[2018-04-12T03:22:49.203Z] info Your new application `api` is ready at `/sda1/sigfox_bell/gatsby-strapi-tutorial/api`.

留言