Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Oct 20, 2017
1 parent 679b868 commit 8c068f1
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,43 @@
## BlogEngine.NET Source Code
This repository provides latest source code for BlogEngine.NET project (https://blogengine.codeplex.com)
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.

## Environment
Everything about BlogEngine: https://francis.bio/blogengine/


# Installation
There are two download options for BlogEngine.NET:



## 1. Web Project
This is an ideal option that you just need to download and copy BlogEngine files on your website and then everything is ready:

**Requirements:**
* ASP.NET 4.5 +

**Steps:**
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.
2. Add write permissions to the `App_Data` and `Custom` folder.
3. Installation is done.
4. Navigate to administration of your BlogEngine, for example: `yourblog.com/admin/`
5. Username: `admin` Password `admin`


## 2. Source Code
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.

**Environment**
* Visual Studio 2015 Community +
* ASP.NET 4.5 +

## Get started
**Steps:**
1. Clone repository
2. Open solution in Visual Studio 2015
3. Builld and run solution to load website in the browser
3. Build and run solution to load website in the browser
4. Use admin/admin to log into website administration

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

## Themes
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/).
## Screenshot
More screenshots on [This page](https://francis.bio/BlogEngine/).

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

0 comments on commit 8c068f1

Please sign in to comment.