-
Notifications
You must be signed in to change notification settings - Fork 1
Getting start
calvinweb edited this page Sep 24, 2022
·
2 revisions
First,install tinycloud package from pipy
pip3 install tinycloudThen, setup config files
python3 -m tinycloud.setup If you want to install config files any directiony different to ~/.config/tinycloud you should use param -c for example python3 -m tinycloud.setup -c /etc/tinycloud
If you are running on linux with systemd, you may want to install systemd unit files, use --systemd to do it, for example python3 -m tinycloud.setup -systemd
Now, you can use command tinycloud or python3 -m tinycloud to start it, and you can login in with your system username and password.
For further configuration, look (TODO) page