1.7.2 • Published 6 months ago

directus-extension-platform-app-directus-htmlsipaui v1.7.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Directus extension display - htmlsipaui

Create sym link

cd ~/platform-app-directus/extensions/interfaces/
ln -s ~/platform-app-directus-htmlsipaui-extension/dist/ ./html-sipaui

Build extension

cd ~/platform-app-directus-htmlsipaui-extension/
npm i
npm run build

Then Run directus localy (see platform-app-directus readme for install instructions)

cd ~/platform-app-directus/
docker start postgres-directus
cp development.env .env
sed -i "s/EXTENSIONS_AUTO_RELOAD\=false/EXTENSIONS_AUTO_RELOAD\=true/" .env
yarn start

It should display:

✨ Loaded extensions: html-sipaui

Watch for local modifications

Run extension

cd ~/platform-app-directus-htmlsipaui-extension/
npm i
npm run dev

Go to http://0.0.0.0:8055/

1.7.2

6 months ago

1.7.1

6 months ago

1.7.0

7 months ago

1.6.0

1 year ago

1.5.1

1 year ago

1.4.0

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago