Skip to content

Added instructions for wifi firmware update, added installation script, updated startup script#3

Open
GuillaumeLeroy34 wants to merge 27 commits into
mainfrom
startup
Open

Added instructions for wifi firmware update, added installation script, updated startup script#3
GuillaumeLeroy34 wants to merge 27 commits into
mainfrom
startup

Conversation

@GuillaumeLeroy34
Copy link
Copy Markdown
Contributor

added instructions as well as the bin file to update the firmware of the Deco BE25 wifi router.

updated the auto startup script to use automator applications instead of the old shell way, and updated the instructions to reflect that

made an installer script that when run installs homebrew, node and adb, then initializes the web application by running npm i and copying .env.example into .env, before running the application.

Updated the instructions to explain how to use it.

Copy link
Copy Markdown
Contributor

@RoiArthurB RoiArthurB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good base, but there's still some parts to enhance to have a qualitative results please :)

Comment thread software/scripts/Installation_script.command Outdated
Comment thread software/scripts/startup_script.command Outdated
Comment thread software/scripts/Installation_script.command
Comment thread software/scripts/Installation_script.command
Comment thread software/scripts/Installation_script.command
Comment thread software/BE25_firmware_v1.7.bin
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, could benefit to have both some pictures of the menus and a link or two to official documentation


- To use it, download it, grant it execution permission (you can do this by using the command ```chmod +x file/path/to/installation_script.command``` )

- Then open it. Apple will refuse to run this script, to run it once, go to the system settings, privacy and security, then scroll all the way down
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could benefit to have some pictures of the menus

echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"

if [[ -f ".env" ]]; then
echo "✅ .env already existing, skipping...
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing ending double quote

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

Successfully merging this pull request may close these issues.

2 participants