mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update setup_demo.sh
This commit is contained in:
parent
1ad439f43d
commit
515d5520cd
@ -167,6 +167,11 @@ create_db_user_import_wpdb() {
|
|||||||
# TODO REST FROM > https://git.devnet.rs/stefan/2083/-/blob/main/modules/wordpress.py
|
# TODO REST FROM > https://git.devnet.rs/stefan/2083/-/blob/main/modules/wordpress.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
everything_else() {
|
||||||
|
|
||||||
|
wget -O /home/stefan/599.jpg https://http.cat/images/599.jpg
|
||||||
|
wget -O /home/stefan/204.jpg https://http.cat/images/204.jpg
|
||||||
|
}
|
||||||
|
|
||||||
connect_wpdb_and_files() {
|
connect_wpdb_and_files() {
|
||||||
# edit wpconfig
|
# edit wpconfig
|
||||||
@ -237,6 +242,9 @@ connect_wpdb_and_files
|
|||||||
echo "add site to wpmanager"
|
echo "add site to wpmanager"
|
||||||
opencli websites-scan -all
|
opencli websites-scan -all
|
||||||
|
|
||||||
|
# other demo stuff
|
||||||
|
everything_else
|
||||||
|
|
||||||
echo "get droplet id"
|
echo "get droplet id"
|
||||||
get_droplet_id
|
get_droplet_id
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user