Skip to content
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

xcarve-server install on virgin install of raspian lite #1

Open
hjagnew opened this issue Nov 16, 2016 · 0 comments
Open

xcarve-server install on virgin install of raspian lite #1

hjagnew opened this issue Nov 16, 2016 · 0 comments

Comments

@hjagnew
Copy link

hjagnew commented Nov 16, 2016

I was having a hard time getting the xcarve-server instructions to work. Here are the steps I took to get xcarve-server to run on a virgin install of raspian lite. Thanks to Todd Treece for all of the help. (Especially for pointing out this info... https://docs.npmjs.com/getting-started/fixing-npm-permissions)

On my mac...
dd if=./2016-09-23-raspbian-jessie-lite.img of=/dev/rdiskX bs=1m

Move SD card over to RPi3

SSH to RPi3 as pi user

curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
mkdir /.npm-global
npm config set prefix '/home/pi/.npm-global'
export PATH=
/.npm-global/bin:$PATH
echo "export PATH=~/.npm-global/bin:$PATH" >> ~/.profile
npm install -g xcarve-server
xcarve-server start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant