rox icon indicating copy to clipboard operation
rox copied to clipboard

Installation step by step of BW-Rox - some issues collection

Open crumbking opened this issue 5 years ago • 0 comments

Hey everyone, I just document some issues and some workarounds:

  • /vendor, /var and /data was owned by root. Changed to current user.

  • I also had to switch back to host=localhost in a new.env.local file so that I could run successfully composer install npm install

  • Without the optional load at step 3 I run

make build version

and got this output `

./node_modules/.bin/encore dev Running webpack ... [CKEditorWebpackPlugin] Error: No translation has been found for the en language. Error: EACCES: permission denied, unlink '/var/www/rox/public/build/activities.eb7dd444.js' at Object.unlinkSync (fs.js:1155:3) at Function.rimrafSync [as sync] (/var/www/rox/node_modules/clean-webpack-plugin/node_modules/rimraf/rimraf.js:314:17) at /var/www/rox/node_modules/clean-webpack-plugin/node_modules/del/index.js:65:11 at Array.map () at module.exports.sync (/var/www/rox/node_modules/clean-webpack-plugin/node_modules/del/index.js:57:40) at CleanWebpackPlugin.removeFiles (/var/www/rox/node_modules/clean-webpack-plugin/dist/clean-webpack-plugin.js:198:37) at CleanWebpackPlugin.handleInitial (/var/www/rox/node_modules/clean-webpack-plugin/dist/clean-webpack-plugin.js:135:10) at /var/www/rox/node_modules/clean-webpack-plugin/dist/clean-webpack-plugin.js:84:16 at _next0 (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :23:1) at eval (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :44:1) at emit (/var/www/rox/node_modules/@symfony/webpack-encore/lib/webpack/delete-unused-entries-js-plugin.js:46:9) at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :40:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at Compiler.emitAssets (/var/www/rox/node_modules/webpack/lib/Compiler.js:491:19) at onCompiled (/var/www/rox/node_modules/webpack/lib/Compiler.js:278:9) at /var/www/rox/node_modules/webpack/lib/Compiler.js:681:15 at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :15:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at /var/www/rox/node_modules/webpack/lib/Compiler.js:678:31 at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at /var/www/rox/node_modules/webpack/lib/Compilation.js:1423:35 at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at /var/www/rox/node_modules/webpack/lib/Compilation.js:1414:32 at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :15:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at /var/www/rox/node_modules/webpack/lib/Compilation.js:1409:36 at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at /var/www/rox/node_modules/webpack/lib/Compilation.js:1405:32 at AsyncSeriesHook.eval [as callAsync] (eval at create (/var/www/rox/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1) at AsyncSeriesHook.lazyCompileHook (/var/www/rox/node_modules/tapable/lib/Hook.js:154:20) at Compilation.seal (/var/www/rox/node_modules/webpack/lib/Compilation.js:1342:27) at /var/www/rox/node_modules/webpack/lib/Compiler.js:675:18 at /var/www/rox/node_modules/webpack/lib/Compilation.js:1261:4 Makefile:60: recipe for target 'build' failed make: *** [build] Error 1`

After symfony serve I get sucsessfully the startpage with English translation.

crumbking avatar Jun 01 '20 11:06 crumbking