Page 1 of 1

JSON server

Posted: Wed Apr 29, 2015 3:32 am
by GE_bill
If I wanted to run a JSON server where should I unpack the tar file? Is there a certain directory it needs to be in?

Thanks

Bill

Re: JSON server

Posted: Wed Apr 29, 2015 6:00 am
by rpdom
Which "JSON server"? What tar file?

Re: JSON server

Posted: Wed Apr 29, 2015 4:05 pm
by GE_bill

Re: JSON server

Posted: Wed Apr 29, 2015 4:44 pm
by asavah
GE_bill wrote:If I wanted to run a JSON server where should I unpack the tar file? Is there a certain directory it needs to be in?

Thanks

Bill
Nope.
It can be anywhere, like /home/pi/whatever

But usually for convenience we put software which is not part of the distro into /opt/

More on this https://wiki.debian.org/FilesystemHierarchyStandard

Re: JSON server

Posted: Thu Apr 30, 2015 2:09 am
by GE_bill
thank you!