You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides latest source code for BlogEngine.NET project and since Codeplex is shutting down, we don't release any version on Codeplex anymore.
6
20
7
-
Everything about BlogEngine: https://blogengine.io/
8
21
9
22
10
23
# Installation
11
24
12
25
You can setup your BlogEngine with a single click!
13
26
Take a look at the perfect [BlogEngine hosting solutions](https://www.a2hosting.com/blogengine-net-hosting).
14
27
15
-
There are two download options for BlogEngine.NET:
16
-
17
28
29
+
There are two download options for BlogEngine.NET:
18
30
19
31
### 1. Web Project
20
32
This is an ideal option that you just need to download and copy BlogEngine files on your website and then everything is ready:
21
33
22
-
**Requirements:**
34
+
Requirements:
23
35
* ASP.NET 4.5 +
24
36
25
-
**Steps:**
37
+
Steps:
26
38
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.
27
39
2. Add write permissions to the `App_Data` and `Custom` folder.
28
40
3. Installation is done.
@@ -33,11 +45,11 @@ This is an ideal option that you just need to download and copy BlogEngine files
33
45
### 2. Source Code
34
46
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.
35
47
36
-
**Environment**
48
+
Environment:
37
49
* Visual Studio 2015 +
38
50
* ASP.NET 4.5 +
39
51
40
-
**Steps:**
52
+
Steps:
41
53
1. Clone repository
42
54
2. Open solution in Visual Studio 2015 +
43
55
3. Build and run solution to load website in the browser
0 commit comments