yoesoff

npx create-webiny-project webiny1

Jun 14th, 2020
1,337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.06 KB | None | 0 0
  1. yusuf@DESKTOP-E78JAJA MINGW64 /d/lab1
  2. $ npx create-webiny-project webiny1
  3. npx: installed 216 in 9.707s
  4.   Creating project at D:\lab1\webiny1:
  5.   [10:10:48] Pre-template setup [started]
  6.   [10:10:48] Install template package [started]
  7.   [10:10:48] Check project name for valid npm nomenclature [started]
  8.   [10:10:48] Check project name for valid npm nomenclature [completed]
  9.   [10:10:48] Creating your Webiny app in D:\lab1\webiny1. [started]
  10.   [10:10:48] Creating your Webiny app in D:\lab1\webiny1. [completed]
  11.   [10:10:48] Pre-template setup [completed]
  12.   [10:10:51] Install template package [completed]
  13.   [10:10:52] Create project folders [started]
  14.   [10:10:52] Create project folders [completed]
  15.   [10:10:52] Set up project dependencies [started]
  16.   [10:10:52] Set up project dependencies [completed]
  17.   [10:10:52] Initialize git [started]
  18.   [10:10:52] Initialize git [completed]
  19.   [10:10:52] Get proper package versions [started]
  20.   [10:11:02] Get proper package versions [completed]
  21.   [10:11:02] Resolve packages [started]
  22.   [10:11:02] Resolve packages [completed]
  23.   [10:11:02] Install dependencies [started]
  24.   [10:16:34] Install dependencies [completed]
  25.   [10:16:34] Run template-specific actions [started]
  26.   [10:16:34] Run template-specific actions [completed]
  27.  
  28.   Your new Webiny project webiny1 is ready!
  29.   Finish the configuration by following these steps:
  30.  
  31.   1.  cd webiny1
  32.   2.  Update the MONGODB_SERVER variable in the webiny1/.env.json file with your database connection string.
  33.   3.  yarn webiny deploy api --env=local
  34.   4.  cd apps/admin
  35.   5.  yarn start
  36.  
  37.   To see all the available CLI commands run webiny --help in your webiny1 directory.
  38.  
  39.   For more information on setting up your database connection:
  40.   https://docs.webiny.com/docs/get-started/quick-start#3-setup-database-connection
  41.  
  42.   Want to delve deeper into Webiny? Check out https://docs.webiny.com/docs/webiny/introduction
  43.   Like the project? Star us on Github! https://github.com/webiny/webiny-js
  44.  
  45.   Need help? Join our Slack community! https://www.webiny.com/slack
  46.  
  47.   � Happy coding!
Advertisement
Add Comment
Please, Sign In to add comment