-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems when trying to run this on a MacBook. #4
Comments
The auth program is sort of built around how the Raspberry Pi is configured. It expects there to be a "pi" user and to be able to set the password for it. It's sort of outside of what we're doing for this version, but you're not the first to mention interest in a non-pi specific version. If you want to take a stab at configuring a standalone version of Coder, you'll need to make some changes to /apps/auth/app.js. Specifically, you'll need to remove the pieces that set the pi password. See exports.api_changepassword_handler and exports.api_addpassword_handler. You'll basically need to do what's inside the setpipass exit handler, and ignore the rest. Let us know how it goes. |
I played with this too under Ubuntu, using http://chrismcleod.me/2013/09/13/run-coder-for-raspberry-pi-on-your-linux-pc as a guide. I had to make sure I imported nodejs and nodejs-legacy packages. I noticed that the client prompted me for my unix password (as I am guessing it is doing above). I assume it is for the user that ran npm to set the pi user's password. Not totally sure I would want this functionality on my laptop (user pi has full shell access). In addition code adds some unusual restrictions on the password (one lower case, 2 uppercase/symbols, 6 chars long) Lifting this restriction required changes in the password app and some files in /static/ |
I updated the wiki page, Load onto a device without installing OS, with info from my experience doing this on Mac OS X. The password stuff mentioned above comes from using Also, I found no need for |
Version of redis
Version of node.
Starting coder.
I end up on this URL
https://localhost:8081/app/auth/addpassword?firstuse
, trying to save a new password doesn't seem to do anything.Thanks.
The text was updated successfully, but these errors were encountered: