go-fed / apcore

Golang ActivityPub Server Framework
GNU Affero General Public License v3.0
105 stars 10 forks source link

Improvements to example install + CLI #53

Open aschrijver opened 3 years ago

aschrijver commented 3 years ago

Based on my apcore installation experience I created a list of CLI improvements to PR:

Pending the last item, I keep the changes in local cli-improvements branch for now.

cjslep commented 3 years ago

Thank you so much for creating this list and digging into the technical issues you found. I'll keep this open until the last item can also be addressed.

cjslep commented 3 years ago

Also, do you have a merge/pull request for the items you were able to address? Let me know if you'd like to work to get it into the mainline.

cjslep commented 3 years ago

I also want to include another checkbox you mentioned in #56:

  1. Presenting defaults

Instead of showing the default values after the colon, suggesting to have them before that between brackets. After the colon there's no text and an override value can be immediately typed.

Enter the postgres database port [5432]: █

aschrijver commented 3 years ago

Also, do you have a merge/pull request for the items you were able to address? Let me know if you'd like to work to get it into the mainline.

I have to see.. it is some time ago (and I have bad memory, probably due to info overload and continual distraction). Also, when I finally get to do deep work again, intend to build off activity, so I hope I don't forget.