mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Reviving fortunate - but now requires configuring a server instead of using mine. Server code and db is supplied.
This commit is contained in:
parent
6542902889
commit
94e02b9592
6 changed files with 398 additions and 0 deletions
7
fortunate/README
Normal file
7
fortunate/README
Normal file
|
@ -0,0 +1,7 @@
|
|||
This addon requires a fortune server. You may use the DB supplied here to create one.
|
||||
|
||||
gunzip the fortunate.sql.gz and import into your database.
|
||||
Copy cookie.php to the top level Friendica directory.
|
||||
Edit fortunate.php and change FORTUNATE_SERVER definition to your hostname. Change the http in that file to https if your server doesn't support http.
|
||||
|
||||
Many additional options are available if you examine cookie.php - a clever developer can provide a settings page to tailor this to one's liking. Also several languages are supported, and it would be convenient to set this to the current Friendica language if that is amongst those supported.
|
Loading…
Add table
Add a link
Reference in a new issue