Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidID committed Aug 4, 2020
1 parent 9b33939 commit 41b7327
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################



# User-specific files
*.suo
*.user
Expand Down
6 changes: 6 additions & 0 deletions DotNetBlog.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DotNetBlog.Admin", "src\Dot
SlnRelativePath = "src\DotNetBlog.Admin\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{02C7FD13-EC96-4951-A672-8791CDF11331}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# DotNetBlog
A Tiny Blog Written in Asp.Net Core

The blog is hosted on [http://120.24.36.219/](http://120.24.36.219/)

How to Build and Run:

* Clone the repository
Expand All @@ -18,12 +16,7 @@ How to Build and Run:
npm install
webpack
```
* Install front-end client libraries
```
cd src/DotNetBlog.Web
bower install
```
* Edit connection string
Open 'src/DotNetBlog.Web/App_Data/config.json' to specify you own connection string.
Expand All @@ -45,6 +38,4 @@ How to Build and Run:
```
* Initialize the blog
You can access 'http://{YourBlogAddress}/install' to initialize the blog, this will help to create a default admin user, which username and password are both 'admin'.
The project is still in DEVELOPMENT!
You can access 'http://{YourBlogAddress}/install' to initialize the blog.

0 comments on commit 41b7327

Please sign in to comment.