Skip to content

maybe put install manual on the readme #247

@f1-outsourcing

Description

@f1-outsourcing

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions