|
1 | 1 | ## 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. |
3 | 3 |
|
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** |
5 | 30 | * Visual Studio 2015 Community +
|
6 | 31 | * ASP.NET 4.5 +
|
7 | 32 |
|
8 |
| -## Get started |
| 33 | +**Steps:** |
9 | 34 | 1. Clone repository
|
10 | 35 | 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 |
12 | 37 | 4. Use admin/admin to log into website administration
|
13 | 38 |
|
14 |
| - |
15 | 39 |
|
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 | + |
0 commit comments