Bachir Soussi Chiadmi 99c26878d8 readme fix | 4 år sedan | |
---|---|---|
assets | 4 år sedan | |
bin | 4 år sedan | |
install.sh | 5 år sedan | |
readme.md | 4 år sedan |
each alpine linux stable release has it's branch (master is a clone of the last one)
on a fresh install as root
0 you may need to install ssh server
apk add openssh
rc-update add sshd
/etc/init.d/sshd start
1 install git
apk add git
2 clone the repo
git clone -b 3.11 --single-branch https://figureslibres.io/gogs/bachir/alpine-web-werver.git
3 you have to be root
su
4 install bash
cd alpine-web-server
. bin/bash
5 run the full install
. install.sh
All script in bin/ can be ran seperatly, but from the repos source exclusively eg: . bin/vhost.sh
. Be aware that all scripts need bash and some depends on packages and config installed by bin/misc.sh, run it once right after bin/bash.sh if you wont use the full install.sh.