directory
Version:
v0.0.0-...-53df656
Opens a new window with list of versions in this module.
Published: Oct 24, 2016
License: ISC
Opens a new window with license information.
README
¶
Deploying appfs
Make the filesystem on the server.
appfile -h <APP>.appspot.com -u dummy -p dummy mkfs
Replace the default password file.
apppass <USERNAME> <PASSWORD> > password
appfile -h <APP>.appspot.com -u dummy -p dummy write /.password < password
rm password
Mount the appfs locally.
appmount -h <APP>.appspot.com -u <USERNAME> -p <PASSWORD> $HOME/mnt
umount $HOME/mnt
Directories
¶
Click to show internal directories.
Click to hide internal directories.