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

Improve install scripts #372

Open
rileyhawk1417 opened this issue Feb 23, 2023 · 0 comments
Open

Improve install scripts #372

rileyhawk1417 opened this issue Feb 23, 2023 · 0 comments

Comments

@rileyhawk1417
Copy link
Collaborator

rileyhawk1417 commented Feb 23, 2023

  • The suggestion is to optimise installation files and avoid repeating code in several places.
  • This can make it easier for people who want to try & compile from source code.

Detailed Description

  • To improve the maintenance of the installation files & avoiding repetition of code in the process.

Context

This can benefit contributors who may have knowledge about different systems and want to
modify the code specifically for that system. For example in Linux there can be different scripts
that are for Ubuntu, Arch & Fedora based systems.
This is useful as the commands & packages for the above systems are not the same.

Possible Implementation

  • Migrating commonly used functions & values to one file then call them when needed.
  • Have individual files for systems such as Ubuntu, Debian, Arch, Fedora.
  • Version used:
  • Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
  • Server type and version:
  • Operating System and version:
  • Link to your project:
    -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant