Add colored output to install.sh, update all URLs to Gitea
Color system: green checkmarks for success, orange bold for info/hints, cyan section headers, bold white title headers, yellow warnings, red errors. Rolling progress preview lines shown in dim. UFW "Rules updated" noise suppressed. Updated all repository URLs from github.com/websitebox/websitebox to git.constantprojects.xyz/tankadmin/websitebox across install.sh, guide.md, and README.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
8
guide.md
8
guide.md
@@ -165,7 +165,7 @@ If you get "Connection refused" or "Connection timed out," wait a minute — you
|
||||
Now for the easy part. Copy and paste this single command into your terminal and press Enter:
|
||||
|
||||
[code:bash]
|
||||
curl -fsSL https://raw.githubusercontent.com/websitebox/websitebox/main/install.sh | bash
|
||||
curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh | bash
|
||||
[/code]
|
||||
|
||||
[callout:tip]
|
||||
@@ -173,7 +173,7 @@ curl -fsSL https://raw.githubusercontent.com/websitebox/websitebox/main/install.
|
||||
[/callout]
|
||||
|
||||
[callout:info]
|
||||
**What does this command do?** `curl` is a tool that downloads files from the internet. The URL points to the WebsiteBox install script on [GitHub](https://github.com/websitebox/websitebox) (where the project's code is publicly hosted). The `| bash` part tells your server to run the downloaded script. The entire install script is [open source](https://github.com/websitebox/websitebox/blob/main/install.sh) — you can read every line of it before running it if you want to verify what it does.
|
||||
**What does this command do?** `curl` is a tool that downloads files from the internet. The URL points to the WebsiteBox install script on [our Git server](https://git.constantprojects.xyz/tankadmin/websitebox) (where the project's code is publicly hosted). The `| bash` part tells your server to run the downloaded script. The entire install script is [open source](https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/install.sh) — you can read every line of it before running it if you want to verify what it does.
|
||||
[/callout]
|
||||
|
||||
This one command does everything needed to prepare your server:
|
||||
@@ -246,7 +246,7 @@ When the "WebsiteBox Setup Wizard" header appears, the installer is done and the
|
||||
[callout:warning]
|
||||
**If you get a "permission denied" error**, your server may need administrator privileges. Try this version instead:
|
||||
|
||||
`sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/websitebox/websitebox/main/install.sh)"`
|
||||
`sudo bash -c "$(curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh)"`
|
||||
|
||||
`sudo` is a command that gives you administrator access. You may be asked to enter your password again.
|
||||
[/callout]
|
||||
@@ -714,7 +714,7 @@ The installer already set up a firewall and fail2ban, which handles the vast maj
|
||||
[WordPress.org's documentation](https://wordpress.org/documentation/) and [WPBeginner](https://www.wpbeginner.com/) are excellent free resources for learning how to get the most out of your site. The [WordPress block editor guide](https://wordpress.org/documentation/article/wordpress-block-editor/) is particularly helpful for learning how to create beautiful page layouts.
|
||||
|
||||
**Get help:**
|
||||
If you run into problems or have questions, you can [open an issue on GitHub](https://github.com/websitebox/websitebox/issues) — that's where the project's developers and community track bugs and feature requests. You can also browse existing issues to see if someone has already had the same question.
|
||||
If you run into problems or have questions, you can [open an issue on our Git repository](https://git.constantprojects.xyz/tankadmin/websitebox/issues) — that's where the project's developers and community track bugs and feature requests. You can also browse existing issues to see if someone has already had the same question.
|
||||
|
||||
[callout:tip]
|
||||
You now own your website infrastructure. Unlike hosted platforms, nobody can take your site down for content policy reasons, raise your prices unexpectedly, or lock you into their ecosystem. Your data lives on your server, and you can move it anywhere.
|
||||
|
||||
Reference in New Issue
Block a user