Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Acropolis not available for installation on Yunohost #78

Closed
weex opened this issue Oct 24, 2021 · 3 comments
Closed

Problem: Acropolis not available for installation on Yunohost #78

weex opened this issue Oct 24, 2021 · 3 comments
Labels

Comments

@weex
Copy link
Member

weex commented Oct 24, 2021

https://github.com/YunoHost/apps#how-to-add-your-app-to-the-application-catalog

@weex
Copy link
Member Author

weex commented Nov 18, 2021

Related: YunoHost-Apps/acropolis_ynh#7

@weex
Copy link
Member Author

weex commented Nov 19, 2021

Next steps:

  • document command to create an admin account
  • add Acropolis to Yunohost/apps apps.json
  • transfer app to YunoHost-Apps.

@weex
Copy link
Member Author

weex commented Dec 2, 2021

Making your account admin (by adding database record):

Login to YunoHost as admin account.

ssh admin@your-yunohost

Become root:

sudo su

Login to database

sudo -u postgres psql diaspora_production

Verify that the account you want to make admin is user id 1.

select * from users;

Make user id 1 admin (or another id if someone else created an account first)

insert into roles (person_id, name, created_at, updated_at) values (1, 'admin', now(), now());

You should now see that your user is admin in the web interface. Type exit and hit enter repeatedly to log out of database, root, and ssh and you're done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant