Commit 14d13a6b authored by Alain Takoudjou's avatar Alain Takoudjou

stack/drupal: remove next.js

parent 9d4f83c6
[buildout]
extends =
../../component/nodejs/buildout.cfg
../../component/pytest/buildout.cfg
../lamp/buildout.cfg
buildout.hash.cfg
......@@ -29,23 +28,6 @@ publish-list =
admin-username
admin-password
[create-next-app]
recipe = plone.recipe.command
location = ${buildout:parts-directory}/nextjs
command =
mkdir -p ${:location}
cd ${:location}
${nodejs:location}/bin/npm install create-next-app
stop-on-error = true
[next.js-app]
recipe = plone.recipe.command
location = ${create-next-app:location}/app
command =
cd ${create-next-app:location}
${nodejs:location}/bin/npx create-next-app app --use-npm -e ${:project-url}
stop-on-error = true
[install-drupal]
recipe = slapos.recipe.cmmi
path = ${application:location}
......@@ -99,8 +81,6 @@ context =
key composer_location composer:location
key php_location apache-php:location
key mariadb_location mariadb:location
key nodejs_location nodejs:location
key nextjs_app_location next.js-app:location
key template_apache_conf template-drupal-apache.conf:target
key template_settings_php template-settings.php:target
key template_settings_local template-settings.local.php:target
[instance]
filename = instance.cfg.in
md5sum = 158282e578bf9416f5e0e524496b9f68
md5sum = 406bfbc4a683156593da333a01e5faab
[template-drupal-instance]
filename = drupal-instance.cfg.in
......
......@@ -25,8 +25,6 @@ extra-context =
key mariadb_location dynamic-template-mariadb-parameters:mariadb-location
raw composer_location {{ composer_location }}
raw php_location {{ php_location }}
raw nodejs_location {{ nodejs_location }}
raw nextjs_app_location {{ nextjs_app_location }}
raw template_apache_conf {{ template_apache_conf }}
raw template_settings_php {{ template_settings_php }}
raw template_settings_local {{ template_settings_local }}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment