Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 2.71 KB

README.md

File metadata and controls

85 lines (67 loc) · 2.71 KB



Blogifier Logo

Blogifier

Blogifier is an open-source publishing platform Written in .NET 5.0 and Blazor WebAssembly.

Official Website »    Live Demo »

username:   admin@example.com     password:   admin




Blogifier is under developement

Code in the main branch is under development and some features are not yet implemented and may not work as expected. If you are looking for a stable application, please use latest release. The latest stable source code is in the master branch. Please note that newest code uses Blazor Web Assembly and not compatible with previous versions.

Quick Start

read-to-use

This version is built and compiled, and ready to use:

The only requirement: .NET Core Runtime 5.0 or above should be installed on your host server.

  1. Download.
  2. Unzip and copy to your host server.
  3. Restart your website.
  4. Open your website and only the first time you'll be redirected to the register page. example.com/admin/register/
  5. Register, and then log in. example.com/admin/login/
  6. Done, enjoy.

The Source Code

If you want to customize the Blogifier, or help us in the development:

  1. Download and Install .NET SDK 5.0 and above.
  2. Clone the repository.
  3. Open the project with your favorite IDE (VS Code, Visual Studio, Atom, etc).
  4. Run the app with your IDE or these commands:

First go to the Blogifier project folder:

$ cd /your-local-path/blogifier/src/blogifier/

Then:

$ dotnet run

Then in your browser:

http://localhost:5000

You can login to the admin panel:

http://localhost:5000/admin/

username:   admin@example.com
password:   admin

Docs

We publish docs on the Blogifier website.
Explore Blogifier Docs »

Team

@farzindev   @rxtur

Copyright and License

Code released under the MIT License. Docs released under Creative Commons.
Copyright 2017–2021 Blogifier