ptut-virtenv/install-scripts/main

19 lines
632 B
Plaintext
Raw Normal View History

2018-06-09 09:54:52 +00:00
#!/bin/bash
2018-06-10 15:16:08 +00:00
#!/bin/bash
#*************************#
# RELEASER:main #
#*************************#
# Designed & Developed by #
# Adrien Marquès #
# <xdrm-brackets> #
#*************************#
# git.xdrm.io #
#*************************#
2018-06-09 09:54:52 +00:00
git clone --recursive https://git.xdrm.io/ptut/virtenv.git ptut.virtenv \
&& mkdir -p ./ptut.virtenv/metactl/persistent \
&& curl https://xdrm.io/script/ptut-database > ./ptut.virtenv/metactl/persistent/mariadb.sql \
&& bash -c "`curl https://xdrm.io/script/ptut-rp`" -s 8080 -i \
&& make -C ./ptut.virtenv start \
&& xdg-open http://ptut.com:8080;