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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,25 +18,25 @@ This is an ideal option that you just need to download and copy BlogEngine files
18
18
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.
19
19
2. Add write permissions to the `App_Data` and `Custom` folder.
20
20
3. Installation is done.
21
-
4.Navigate to administration of your BlogEngine, for example: `yourblog.com/admin/`
21
+
4.You can navigate to administration by adding `/admin/` to your website's URL, for example: `http://yourblog.com/admin/`
22
22
5. Username: `admin` Password `admin`
23
23
24
24
25
25
### 2. Source Code
26
26
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.
27
27
28
28
**Environment**
29
-
* Visual Studio 2015 Community +
29
+
* Visual Studio 2015 +
30
30
* ASP.NET 4.5 +
31
31
32
32
**Steps:**
33
33
1. Clone repository
34
-
2. Open solution in Visual Studio 2015
34
+
2. Open solution in Visual Studio 2015 +
35
35
3. Build and run solution to load website in the browser
36
-
4.Use admin/admin to log into website administration
37
-
36
+
4.Navigate to `http://localhost:64079/admin/`
37
+
5. Username: `admin` Password `admin`
38
38
39
39
# Screenshot
40
-
More screenshots on [This page](https://francis.bio/BlogEngine/).
40
+
More screenshots on [This page](https://francis.bio/blogengine/).
0 commit comments