4.1.20 • Published 2 years ago

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

Weekly downloads
9
License
MIT
Repository
github
Last release
2 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

2 years ago

4.1.17

2 years ago

4.1.18

2 years ago

4.1.19

2 years ago

4.1.13

2 years ago

4.1.14

2 years ago

4.1.15

2 years ago

4.1.20

2 years ago

4.1.12

2 years ago

4.1.10

3 years ago

4.1.11

3 years ago

4.1.9

3 years ago

4.1.8

3 years ago

4.1.7

3 years ago

4.1.6

3 years ago

4.1.5

3 years ago

4.1.4

3 years ago

4.1.3

3 years ago

4.1.2

3 years ago

4.1.1

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.3-alpha.5

4 years ago

3.1.3-alpha.4

4 years ago

3.1.3-alpha.3

4 years ago

3.1.3-alpha.2

4 years ago