fedi-tumblr/README.md

29 lines
846 B
Markdown
Raw Normal View History

2020-04-01 00:46:27 +00:00
# DashboardFE
A frontend for Mastodon/Pleroma with heavy inspiration from the tumblr user dashboard. Written in PHP
The frontend should work on a standard LAMP stack with the most common php extensions enabled.
2020-04-21 16:06:55 +00:00
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
Option 1:
Download package and replace all files with different size (except settings.php on root).
Option 2:
Delete everything (except settings.php on root and /data folder) and reupload.