blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 518 forks source link

How do I start it? #304

Open u0932478239 opened 2 years ago

u0932478239 commented 2 years ago

Describe the bug

  1. Install .NET SDK 6.0
  2. Install the files into your root directory.

Screenshots image

Additional context You can contact me on discord at SamzyDev#1205.

david-randoll commented 2 years ago

You can use the below command to start it. Of course, you'll need to get the .net 6 run-time installed and the directory should have enough permission to write to the directory. or can run the command with sudo if on Mac/Linux

dotnet Blogifier.dll

I create a post on my own Blogifier site on How to install Blogifier on AWS using the free tier. If you haven't gotten it working, check it out and let me know.

https://blog.davidrandoll.com/posts/host-blogifier-for-free-on-aws

ismaelmiah commented 1 year ago

@david-randoll Can you please try to access the blog post that you just mentioned here? I think your blog site not responding now. Although I can run this application successfully. I just wanted to read the post.

david-randoll commented 1 year ago

@david-randoll Can you please try to access the blog post that you just mentioned here? I think your blog site not responding now. Although I can run this application successfully. I just wanted to read the post.

See if this works. https://link.medium.com/7Di17bwKMAb

ismaelmiah commented 1 year ago

Yeah, It's working. Thanks