This is just to house issues for requests for new Webi installers.
This could be as simple as copying _example
, updating the github releases
info, and doing a find and replace on a few file system path names.
- Basic Command Line knowledge (
mkdir
,mv
,ls
,tar
,unzip
, variables)
- Clone and setup the webi packages repo
git clone [email protected]:webinstall/packages.git cd ./packages/ npm install
- Copy the example template and update with info from Official Releases:
https://github.com/___CHANGE/ME___/releases
rsync -av _example/ CHANGE-ME/
- update
CHANGE-ME/release.js
to use the official repo - Learn how
CHANGE-ME
unpacks (i.e. as a single file? as a .tar.gz? as a .tar.gz with a folder named CHANGE-ME?) - find and replace to change the name
- update
CHANGE-ME/install.sh
(seebat
andjq
as examples) - update
CHANGE-ME/install.ps1
(seebat
andjq
as examples)
- update
- update
- Needs an updated tagline and cheat sheet
- update
CHANGE-ME/README.md
- official URL
- tagline
- Switch versions
- description / summary
- General pointers on usage (and perhaps "gotchas")
- update