Replies: 2 comments
-
Hi, also trying to figure out how to upload the project as a website to hosting, were you able to figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey man,
If youre still interested, I found a dotnet CMD tool called dotnet serve.
It runs Avalonia pages fine, but you need to attach a domain name to its
hosting IP, and maybe make it a service on a server machine. I've got only
this far, but didnt actually do the thing, routing and IPs are not my thing.
If you accomplish something and have the time, I would appreciate if you'd
write about it!
Thanks!
Good luck to you!
…On Thu, May 23, 2024, 15:32 Yarchikkk ***@***.***> wrote:
Hi, also trying to figure out how to upload the project as a website to
hosting, were you able to figure it out?
—
Reply to this email directly, view it on GitHub
<#14214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ2WFN7PN3DY3KKFUQNAEFTZDXVXTAVCNFSM6AAAAABB3VOADGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMZVGA2DE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I recently stumbled upon Avalonia and I started writing little projects in it, but when I wanted to publish the browser project to a folder from Visual Studio, it simply didn't create any files.
Then I started digging through forums and discussions, and found a lot of differents parts of different solutions, but they didn't work/I didn't understand them.
The browser project works if I launch it from Visual Studio, but when I publish from cmd with dotnet it creates an AppBundle folder and when I try to use it with Apache, it just shows the default sample app. (And a bunch of errors)
Edit: The files are there, VS Code can find it by Ctrl Clicking.
Just to clarify, I have little to no experience with web developing, I only work with C#(and ClickOnce).
Also, english is a second language for me, so sorry if it's a little weird at times.
Can I please get some help for a solution.
Edit: My only lead is that running the project from cmd seems to use the .Browser.runtimeconfig.json file.
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions