Skip to content

Commit 2a35fe2

Browse files
committed
Readme update
1 parent 09dd772 commit 2a35fe2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Blogifier.Core/Common/ApplicationSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ApplicationSettings
1616
public static bool EnableLogging { get; set; }
1717
public static bool UseInMemoryDatabase { get; set; }
1818
public static bool InitializeDatabase { get; set; } = true;
19-
public static string ConnectionString { get; set; } = @"Server=.\SQLEXPRESS;Database=Blogifier;Trusted_Connection=True;";
19+
public static string ConnectionString { get; set; } = "DataSource=Data\\app.db";
2020

2121
public static string BlogStorageFolder { get; set; } = "blogifier/data";
2222
public static string BlogAdminFolder { get; set; } = "Views/Embedded/Admin";

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ Blogifier is simple, beautiful, light-weight open source blog written in .NET Co
44

55
## System Requirements
66

7-
* Windows or Linux
7+
* Windows, Mac or Linux
88
* ASP.NET Core 2.0
9-
* Visual Studio 2017 or VS Code
9+
* Visual Studio 2017, VS Code or other code editor (Atom, Sublime etc)
10+
* [SQLite, SQL Server or any EF compatible database](https://github.com/blogifierdotnet/Blogifier/wiki/Database)
1011

1112
## Getting Started
1213

1314
1. Clone or download source code
14-
2. Run it in Visual Studio or VS Code
15-
3. Register new user
16-
4. Write and publish posts
15+
2. Run application in Visual Studio or using your code editor
16+
3. Click "Login" when page loaded in the browser and register new user
17+
4. Login as registered user and go to `/admin` to write and publish posts
1718

1819
## Demo site
1920

2021
The [demo site](http://blogifier.azurewebsites.net) is a playground to check out Blogifier features. You can write and publish posts, upload files and test application before install. And no worries, it is just a sandbox and will clean itself.
2122

22-
![postgrid14](https://user-images.githubusercontent.com/1932785/32695359-16eebbc4-c71f-11e7-9a6c-e09e3f1f8923.PNG)
23+
![postgrid14](https://user-images.githubusercontent.com/1932785/32695359-16eebbc4-c71f-11e7-9a6c-e09e3f1f8923.PNG)

0 commit comments

Comments
 (0)