abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

Document how to run the blogging module #588

Closed hikalkan closed 1 year ago

wakuflair commented 6 years ago

+1

vnetonline commented 5 years ago

I have the http://www.abpCentral.com website up and running with abp vnext version 0.17.0.0 where I hope to dog food the app.io. I am have started to create video tutorials for abp framework and hope to release the following video tutorials.

“How to setup development environment up and running” “How to generate the the Project template” “How to add the docs module to your Project” “How to add the blogging module to your Project”

I am having trouble getting the blogging module working because it does seem Have a method

builder.ConfigureBlogging();

Which I need to add to my OnModelCreating in my ProjectNameDbContect.cs in the EntityFrameworkCore project so it can create the tables etc.

Can someone please explain how it is done so I can complete the video tutorial

hikalkan commented 5 years ago

Hi,

Skip these for now:

“How to add the docs module to your Project” “How to add the blogging module to your Project”

Because I've added add-module feature to CLI which will simplify this very much. Planned to release it in the next week.

hikalkan commented 1 year ago

Canceling this since CMS Kit already has a blogging feature and we no longer work on the blogging module.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.