Conversation
Notices
-
Hi @louis before the "big merge" @MMN-o (official maintainer) will review the changes in the notabug fork.
GNU.io had some issues when we were re-activating development and thus we just temporarily moved to notabug. Despite that, this is an official GNU social continuation, otherwise it wouldn't be on https://www.gnu.org/software/soc-projects/ideas-2019.html#social
This repository is under active development and our latest stable release was v1.20.9. @MMN-o is aware of all this effort and we have consistently been mentioning him in every release information on !gnusocial and chatting about the changes in the #social IRC.
- aab and Colegota El Villano repeated this.
-
git remote rm origin # Delete the existing remote
git remote add origin https://notabug.org/diogo/gnu-social.git # Add the notabug remote
git remote update # Fetch the current state of the art
git checkout 1.20.x # Checkout on the stable branch
git pull # Update your GNU social files
./scripts/upgrade.php -f # Upgrade GNU social
-
I don't recommend master nor nightly branches for now as v2, although apparently stable, still is in a dev cycle
-
nightly requires PHP7.3
-
@louis Debian stable has PHP7.3 ( https://packages.debian.org/stable/php ) also https://www.php.net/supported-versions.php . If you really need PHP7.0, you should consider using GS's latest stable release v1.20.9 available in the branch 1.20.x instead
-
@louis You can drop the file_oembed table and run the Embed plugin's fixup script.
That probably has happened because you checkedout either in master or nightly, then in 1.20.x and then back in master or nightly. GS can't automagically downgrade, it only expects upgrades (without downgrades by the middle).
-
@louis GNU social v2 has a public directory that should be set as the webserver root
-
You can rename the file_embed table to file_oembed if you wish to get back on v1.20.9. GNU social v2 (which is the version in master and nightly) is not in a release state, not even in alpha, that's why there are no upgrade instructions yet. Public/Productions instances should use the 1.20.x branch. I believe that GNU social 2 is only used by @aab who is sharing his logs and reporting bugs and by the devs in their local and online test instances. Unless you want to contribute with code, it is probably better to use 1.20.x which is a stable branch. I will let you know when GS v2 gets an alpha release :)
-
@louis Most changes are non-visual for now. You have a changelog and a roadmap overview here: https://notabug.org/diogo/gnu-social/src/nightly/CHANGELOG.md
We are working in bug-less first new stuff after methodology.
-
Thanks for the bug report, fixed with https://notabug.org/diogo/gnu-social/commit/e03639abb4cc021d2a242486dbce980a234e0767 :)