Page MenuHomePhorge

Update Install and Update Scripts to the new Paths and Repository links
ClosedPublic

Authored by Leon95 on Aug 11 2021, 19:40.
Tags
None
Referenced Files
F2055917: D25019.id.diff
Thu, Mar 28, 00:52
Unknown Object (File)
Wed, Mar 27, 18:43
Unknown Object (File)
Sun, Mar 24, 05:25
Unknown Object (File)
Wed, Mar 20, 09:43
Unknown Object (File)
Mon, Mar 18, 11:24
Unknown Object (File)
Wed, Mar 13, 05:36
Unknown Object (File)
Tue, Mar 12, 11:00
Unknown Object (File)
Tue, Mar 5, 23:31

Details

Summary

Set the Reposity links to actually install Phorge, Update Documentation links to the new Website.

Notes:

  • Github Mirrors are not set up. Use one anyway? Or just use the Repos at we.phorge.it?
  • Documentation Links still contain "phabricator". The Docs are changed, but the Diviner Books are not rebuilt. (Add a Cronjob or do it after every Commit?)
  • mysql-server is not included anymore in Debian environments. Should mariadb-server be used?
  • Should we print somewhere that Phorge is a Fork of Phabricator?
Test Plan

Run the install script.
It should install Phorge and display Links to we.phore.it

Diff Detail

Repository
rP Phorge
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38
Build 38: arc lint + arc unit

Event Timeline

Leon95 requested review of this revision.Aug 11 2021, 19:40
Leon95 retitled this revision from Update install and update Scripts to the new paths and repository links to Update Install and Update Scripts to the new Paths and Repository links.Aug 11 2021, 19:45
Leon95 edited the summary of this revision. (Show Details)

The ubuntu/rhel scripts have been removed in the upstream (https://secure.phabricator.com/D21678). We can probably avoid making changes to those files as they should go away once we merge in changes.

scripts/install/install_ubuntu.sh
110

Could we pull the name/repo/url into variables at the top of the script?

  • Move Links and Names to Variables

This looks good to me.

I'm curious how often these scripts are used. I haven't used them for any of the installs I set up but I largely wasn't aware that they existed.

This revision is now accepted and ready to land.Aug 19 2021, 01:41

Thanks for submitting these changes!

In D25019#617, @speck wrote:

This looks good to me.

I'm curious how often these scripts are used. I haven't used them for any of the installs I set up but I largely wasn't aware that they existed.

Just for reference, I actually do use the update_phabricator.sh script for updating my machine. So at least that one is being used