And in the READme.md
to launch all servers the command given
nodejs bin/www
is
node bin/www
or don’t what… And what am I suppose to get because it return some error and in the web browser just one page (see attached). At this point is it correct ?
Thanks for reporting, it is fixed now in the readme.
And yes, this is what you’re supposed to get at this stage of development, I was working on porting the current webui and will finish the job next week after I’ll come back from holidays…
Yep!!
I will try asap
but euhhhh ? Sorry to ask… How do I do ?
I did
git merge origin/feature-webui
but fatal: unable to auto-detect email address (got 'root@volumio.(none)')
Once again thank you …
ok now I have created an account, but I still don’t know how to get the webui and I’m a little afraid to do something wrong…
I read several howto for git, but if someone could just explain basic command to get new branch and update my local files with your last commit…
I try the webui branch
git checkout feature-webui
. But I’ve got a error in the web browser : [code]ENOENT, no such file or directory ‘/volumio/views/indextpl.ejs’
undefined
Error: ENOENT, no such file or directory ‘/volumio/views/indextpl.ejs’
at Error (native)
at Object.fs.openSync (fs.js:502:18)
at fs.readFileSync (fs.js:354:15)
at Object.exports.parse (/volumio/node_modules/ejs/lib/ejs.js:159:19)
at exports.compile (/volumio/node_modules/ejs/lib/ejs.js:224:15)
at Object.exports.render (/volumio/node_modules/ejs/lib/ejs.js:284:10)
at View.exports.renderFile [as engine] (/volumio/node_modules/ejs/lib/ejs.js:318:20)
at View.render (/volumio/node_modules/express/lib/view.js:76:8)
at Function.app.render (/volumio/node_modules/express/lib/application.js:527:10)
at ServerResponse.res.render (/volumio/node_modules/express/lib/response.js:900:7)
[/code] and I have checked this file does not exist. If I try with other branch, I get no error.