
Change the file structure to make appropriate for stand alone parser. Change-Id: I6d5259b61b1cd82949262fee4930fa66703ad036
4 lines
231 B
Bash
Executable File
4 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
ln -s /usr/share/wordpress /var/www/html/wordpress
|
|
gzip -d /usr/share/doc/wordpress/examples/setup-mysql.gz
|
|
echo $wp_db_password | bash /usr/share/doc/wordpress/examples/setup-mysql -e $wp_db_name -u $wp_db_user localhost |