Skip to content

Commit 43d25d8

Browse files
committed
fix
1 parent 7f92756 commit 43d25d8

File tree

1 file changed

+37
-45
lines changed

1 file changed

+37
-45
lines changed

README.md

Lines changed: 37 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,59 @@
1-
This repository provides latest source code for BlogEngine.NET project.
2-
31
<br>
2+
<p>
3+
<strong>BlogEngine</strong> is an open source blogging platform since 2007. Easily customizable. Many free built-in Themes, Widgets, and Plugins.
4+
</p>
45
<br>
56

6-
<a href="https://blogengine.io/" target="_blank">
7-
<img src="https://blogengine.io/files/images/github/btn01.png" alt="BlogEngine Website">
8-
</a> &nbsp;
9-
<a href="https://blogengine.io/features/" target="_blank">
10-
<img src="https://blogengine.io/files/images/github/btn02.png" alt="BlogEgnien Features">
11-
</a> &nbsp;
12-
<a href="https://blogengine.io/themes/" target="_blank">
13-
<img src="https://blogengine.io/files/images/github/btn03.png" alt="BlogEngine Themes">
14-
</a> &nbsp;
15-
<a href="https://blogengine.io/docs/" target="_blank">
16-
<img src="https://blogengine.io/files/images/github/btn04.png" alt="BlogEngine Docs">
17-
</a> &nbsp;
18-
<a href="https://blogengine.io/donate/" target="_blank">
19-
<img src="https://blogengine.io/files/images/github/btn05.png" alt="BlogEngine Donate">
20-
</a>
7+
- **[Website](https://blogengine.io/)**
8+
- **[Docs](https://blogengine.io/support/get-started/)**
9+
- **[Themes](https://blogengine.io/Themes)**
10+
- **[Custom Design Theme](https://blogengine.io/)**
11+
- **[Contact us](https://blogengine.io/)**
2112

13+
<br>
2214
<br>
2315
<br>
2416

17+
## Get Started
2518

19+
1. Requirements
20+
You need a Windows Hosting that supports ASP.NET 4.5 and above.
2621

22+
2. Download
23+
Get the latest BlogEngine and extract the zip file on the root of your website.
2724

25+
3. Write Permissions
26+
Add write permissions to the App_Data and Custom folders on your server.
2827

29-
# Installation
28+
4. Done
29+
Navigate to admin panel by adding /admin/ to your website's URL.
30+
For example: https://yourwebsite.com/admin/<br>
31+
Username: admin<br>
32+
Password: admin<br>
33+
<br><br>
3034

31-
There are two download options for BlogEngine.NET:
35+
## Development
3236

33-
### 1. Web Project
34-
This is an ideal option that you just need to download and copy BlogEngine files on your website and then everything is ready:
37+
Environment:
3538

36-
Requirements:
37-
* ASP.NET 4.5 +
39+
- Visual Studio
40+
- ASP.NET 4.5+
3841

3942
Steps:
40-
1. **[Download](https://github.com/rxtur/BlogEngine.NET/releases/download/v3.3.6.0/3360.zip)** and extract zip file on root of your website.
41-
2. Add write permissions to the `App_Data` and `Custom` folder.
42-
3. Installation is done.
43-
4. You can navigate to administration by adding `/admin/` to your website's URL, for example: `http://yourblog.com/admin/`
44-
5. Username: `admin` Password `admin`
45-
4643

47-
### 2. Source Code
48-
This is the developer option. If you are interested is seeing how things work or want to add to the functionality, this is your option.
44+
- Clone repository
45+
- Open solution in Visual Studio 2015 +
46+
- Build and run solution to load website in the browser
47+
- You can navigate to administration on: http://localhost:64079/admin/
48+
- Username: admin Password admin
49+
<br><br>
4950

50-
Environment:
51-
* Visual Studio 2015 +
52-
* ASP.NET 4.5 +
53-
54-
Steps:
55-
1. Clone repository
56-
2. Open solution in Visual Studio 2015 +
57-
3. Build and run solution to load website in the browser
58-
4. You can navigate to administration on: `http://localhost:64079/admin/`
59-
5. Username: `admin` Password `admin`
51+
## Security Update
6052

61-
### 3. Security Update
6253
After install, update `machineKey` in `Web.config` with values generated with tool [like this](https://www.allkeysgenerator.com/Random/ASP-Net-MachineKey-Generator.aspx). This will prevent known exploit (reported Sep 2019). This only effects if you use default `admin` account.
54+
<br><br>
6355

64-
# Screenshot
65-
More screenshots on the [website](https://blogengine.io).
56+
## Copyright and License
6657

67-
![dashboard-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png)
58+
Code released under the MS-RL License. Docs released under Creative Commons.<br>
59+
Copyright 2007–2023 BlogEngine

0 commit comments

Comments
 (0)