Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 747 Bytes

how-to-clone.md

File metadata and controls

49 lines (43 loc) · 747 Bytes

How to clone source

TechStack

  • Git
  • Node

How to check current version

Git

git --version

Node

node -version

Clone strapi app

npx create-strapi-app 67-strapi-cybersec
? Choose your installation type Custom (manual 
settings)
? Choose your preferred language JavaScript
? Choose your default database client postgres
? Database name: 67_app_uat
? Host: 192.168.211.18
? Port: 54318
? Username: prawee
? Password: ********
? Enable SSL connection: (y/N) n
pwd #recheck current folder
ls #lookup resource

Running project

yarn develop | npm run develop

Install package and dependencies

yarn | npm install
*** npm i -g yarn

Test Edit