4.1.20 • Published 3 years ago

@cleverlance-enterprise-solutions/strapi-plugin-make-deploy v4.1.20

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

Strapi plugin make-deploy

installation

yarn strapi install make-deploy

development

setup new custom strapi instance

official docs

yarn create strapi-app test-plugins --quickstart

cd test-plugins

# create a sym-link for cloned plugin repo:

yarn dev --watch-admin
  1. Clone repo

  2. Create symlink for custom strapi-plugin-make-deploy

# MacOS
ln -s {{ROOT_PATH}}/strapi-plugin-make-deploy {{ROOT_PATH}}/test-plugins/plugins/make-deploy
rem Windows
New-Item -ItemType SymbolicLink -Name .\examples\getstarted\plugins\menu -Target .\packages\strapi-plugin-menu\
  1. Code installation/setup
# cd {{ROOT_PATH}}/

# cd {{ROOT_PATH}}/examples/getstarted
yarn build
yarn dev # its alias for `yarn develop --watch-admin`

# open URLs:
> http://localhost:8000/admin
> http://127.0.0.1:1337/documentation/v1.0.0
> http://localhost:1337/graphql

windows troubleshooting

set HOST env variable for localhost

HOST=127.0.0.0

4.1.16

3 years ago

4.1.17

3 years ago

4.1.18

3 years ago

4.1.19

3 years ago

4.1.13

3 years ago

4.1.14

3 years ago

4.1.15

3 years ago

4.1.20

3 years ago

4.1.12

4 years ago

4.1.10

4 years ago

4.1.11

4 years ago

4.1.9

4 years ago

4.1.8

4 years ago

4.1.7

4 years ago

4.1.6

4 years ago

4.1.5

4 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.3-alpha.5

5 years ago

3.1.3-alpha.4

5 years ago

3.1.3-alpha.3

5 years ago

3.1.3-alpha.2

5 years ago