site-manager/README.md

20 lines
319 B
Markdown
Raw Normal View History

2024-02-22 15:07:08 +11:00
# site-manager
2024-02-23 14:42:15 +11:00
Installation
------------
```bash
wget https://git.woodburn.au/nathanwoodburn/site-manager/raw/branch/main/install.sh
chmod +x install.sh
sudo ./install.sh
```
Create account
--------------
Accounts can only be created by the root user
```bash
sudo -i
cd /root/site-manager
python3 account.py
exit
```