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

Running from source instructions improvements #608

Open
davidfraser opened this issue Aug 15, 2024 · 0 comments
Open

Running from source instructions improvements #608

davidfraser opened this issue Aug 15, 2024 · 0 comments

Comments

@davidfraser
Copy link
Contributor

I have been making some changes to aw-webui. The instructions in the README say to copy the web assets to the main install.

However, at least on Windows, aw-server-rust seems to bundle the static data inside the executable. Replacing the static/ directory didn't seem to do anything. But there is a command-line flag --webpath that allows loading the webui from another location. The following worked for me:

  • Running aw-server-rust.exe --webpath \path\to\aw-webui\dist
  • Copying dist over static and running aw-server-rust.exe --webpath static

Could this be adjusted in the instructions?

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