Skip to content

Commit 8c068f1

Browse files
committed
readme update
1 parent 679b868 commit 8c068f1

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,43 @@
11
## BlogEngine.NET Source Code
2-
This repository provides latest source code for BlogEngine.NET project (https://blogengine.codeplex.com)
2+
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.
33

4-
## Environment
4+
Everything about BlogEngine: https://francis.bio/blogengine/
5+
6+
7+
# Installation
8+
There are two download options for BlogEngine.NET:
9+
10+
11+
12+
## 1. Web Project
13+
This is an ideal option that you just need to download and copy BlogEngine files on your website and then everything is ready:
14+
15+
**Requirements:**
16+
* ASP.NET 4.5 +
17+
18+
**Steps:**
19+
1. **[Download](https://github.com/rxtur/BlogEngine.NET/releases/download/3.3.5.0/3350.zip)** and extract zip file on root of your website.
20+
2. Add write permissions to the `App_Data` and `Custom` folder.
21+
3. Installation is done.
22+
4. Navigate to administration of your BlogEngine, for example: `yourblog.com/admin/`
23+
5. Username: `admin` Password `admin`
24+
25+
26+
## 2. Source Code
27+
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.
28+
29+
**Environment**
530
* Visual Studio 2015 Community +
631
* ASP.NET 4.5 +
732

8-
## Get started
33+
**Steps:**
934
1. Clone repository
1035
2. Open solution in Visual Studio 2015
11-
3. Builld and run solution to load website in the browser
36+
3. Build and run solution to load website in the browser
1237
4. Use admin/admin to log into website administration
1338

14-
![dashboard-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png)
1539

16-
## Themes
17-
We will share everything about themes on [This page](https://francis.bio/category/blogengine-themes/) and you can see some screenshots on [This page](https://francis.bio/BlogEngine/).
40+
## Screenshot
41+
More screenshots on [This page](https://francis.bio/BlogEngine/).
42+
43+
![dashboard-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png)

0 commit comments

Comments
 (0)