How to install neocitiesfs.pl

Basic Requirements

How to install

In an appropriate directory:

$ git clone https://git.jakesthoughts.xyz/dev/neocitiesfs

$ cd neocitiesfs/

$ ./neocitiesfs.pl


It you don't have the modules installed (say Fuse or Unix::Mknod), you'll likely get an error message saying something like that, in which case:

$ cpanm Module::You::Need::To::Install


If you would rather not use cpan(m), for Debian/Ubuntu(?) try:

# apt install libunix-mknod-perl libfuse-perl

As for other distros, sorry, I don't know!


Hopefully, by now you should get some error messages that say something like 'no --user' and so on. You figure out how those should work.

How to use

Purely commandline: $ ./neocitiesfs.pl --user username --pass password --mountpoint mnt/

Less typing: $ ./neocitiesfs.pl -u username -p password -m mnt/

Even less typing: $ ./neocitiesfs.pl -c config.json -m mnt/

Put in 'background': ./neocitiesfs.pl -c config.json -m mnt/ &> /dev/null &