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

Revision to Startup Template Docs #13057

Closed
omer-repo opened this issue Jun 20, 2022 · 2 comments
Closed

Revision to Startup Template Docs #13057

omer-repo opened this issue Jun 20, 2022 · 2 comments

Comments

@omer-repo
Copy link
Contributor

There should be some revisions to the documents of Startup Template to clear up some possible confusions. (https://docs.abp.io/en/abp/latest/Startup-Templates/Application)

  1. Under "Pre-requirements", it says:

The applications use Redis as a distributed cache. So, you need to have Redis installed & running.

  • I created some applications but I think it is not required to install Redis in monolith solutions.
  1. Under "How to Run?",

First, run the .IdentityServer since other applications depend on it.

  • It points to run .IdentityServer firstly. But CLI doesn't generate .IdentitityServer project seperately as default. (I tried with angular, blazor and web templates)
  1. Blazor-server UI option is missing under "Specify the UI Framework" subject.
    Specify the UI Framework
@EngincanV
Copy link
Member

Hi @omer-repo, thanks for your suggestions. I will update the documentation.

@EngincanV
Copy link
Member

1. Under "Pre-requirements", it says:
The applications use Redis as a distributed cache. So, you need to have Redis installed & running.

I created some applications but I think it is not required to install Redis in monolith solutions.

The application startup template comes with Redis configured and Redis should be up and running to speed up the application.

2. Under "How to Run?",

First, run the .IdentityServer since other applications depend on it.

  • It points to run .IdentityServer firstly. But CLI doesn't generate .IdentitityServer project seperately as default. (I tried with angular, blazor and web templates)

This section is under the Tiered Structure section, so if you create an application as tiered, you need to run them in the given order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants