From d34a7c7ced05d1efcc1a6200a9519b5a61c79d3c Mon Sep 17 00:00:00 2001 From: Daisuke Date: Tue, 21 Apr 2020 11:06:55 -0500 Subject: [PATCH] README Update --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfca080..2cdbe0e 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,20 @@ A frontend for Mastodon/Pleroma with heavy inspiration from the tumblr user dash The frontend should work on a standard LAMP stack with the most common php extensions enabled. -The frontend works and it's available for testing at https://ayanami.ga/dashboard but it's in a state of constant change, so check frequently here for updates. \ No newline at end of file +The frontend works and it's available for testing at https://ayanami.ga/dashboard but it's in a state of constant change, so check frequently here for updates. + +# Installation + +Verify that you have Apache installed and PHP with the most common extensions installed too + +Download the source and upload it to a folder on your server + +Make the 'data' folder writrable. + +Modify the settings.php file to your personal settings + +Enjoy + +# Update + +If you wish to update your instalation to a newer version, just download the package and overwrite all changed files (except for settings.php file unless explicitly directd to) \ No newline at end of file