-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
maybe put install manual on the readme and test the install before publishing a release.
this does not work for me:
umask 027
wget -qO- https://wordpress.org/latest.tar.gz | tar -zxv --strip 1
chmod -R g+w wp-content/
cp wp-config-sample.php wp-config.php && curl -s https://api.wordpress.org/secret-key/1.1/salt/ | sed -i '/put your unique phrase here/{
r /dev/stdin
d
}' wp-config.php
for sqlite
cd wp-content/plugins/
wget -qO- 'https://downloads.wordpress.org/plugin/sqlite-database-integration.2.2.9.zip' | unzip -
cp sqlite-database-integration/db.copy ../db.php
sed -i 's#{SQLITE_PLUGIN}#sqlite-database-integration/load.php#' ../db.php
sed -i "s#{SQLITE_IMPLEMENTATION_FOLDER_PATH}#$(pwd)/sqlite-database-integration#" ../db.php
Metadata
Metadata
Assignees
Labels
No labels