README.md - Added install instructions
This commit is contained in:
parent
e0b9b25da4
commit
64930658e0
14
README.md
14
README.md
@ -1,10 +1,24 @@
|
|||||||
# lyadmin #
|
# lyadmin #
|
||||||
|
|
||||||
|
## install ##
|
||||||
|
|
||||||
|
Setup a clean instance of OpenBSD
|
||||||
|
Login as root
|
||||||
|
Run the below command to automatically provision the tilde instance
|
||||||
|
|
||||||
```
|
```
|
||||||
pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl
|
pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
pkg_add wget && wget 'https://s.lain.la/wrMJw' -O - | perl
|
pkg_add wget && wget 'https://s.lain.la/wrMJw' -O - | perl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Make sure to setup HTTPS, setup authorized keys, disable password auth
|
||||||
|
|
||||||
|
## conf ##
|
||||||
|
|
||||||
|
in lyadmin.conf.json you can change the site name, set your email address and update the list of custom shells available
|
||||||
|
|
Loading…
Reference in New Issue
Block a user