Skip to content

Commit eb7cacc

Browse files
author
Erik L
committed
Updating readme.md
1 parent ba724fb commit eb7cacc

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
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 (https://blogengine.codeplex.com) adapted to run on the Apprenda Platform. No changes to the actual source were made. The resulting application leverages SQL Server as the back-end store.
3+
4+
## Configuration Changes for Apprenda
5+
We are leveraging tags in the repository to showcase the state of the application at different stages during the migration to Apprenda.
6+
1. web.config -> At this stage, we replaced the original web.config file with the one provided by BlogEngine for use with SQL Server
7+
2. sqlserver -> At this stage, we renamed the Setup.sql script provided to ApplicationProvisioning_Script and added Apprenda conditional configuration tags to support running locally and on Platform
8+
3. cleanup -> Removed unnecessary files for configuring the application with other database providers
9+
4. archive -> Provided an Apprenda archive for easy deployment to your environment
310

411
## Environment
512
* Visual Studio 2015 Community +
613
* ASP.NET 4.5 +
714

8-
## Get started
15+
## Deploying Application on Apprenda
16+
To deploy the application, simply upload the Archive.zip file provided at the root of this repository otherwise follow the steps below.
17+
18+
## Get started on Apprenda
919
1. Clone repository
1020
2. Open solution in Visual Studio 2015
11-
3. Builld and run solution to load website in the browser
12-
4. Use admin/admin to log into website administration
21+
3. Build the solution
22+
4. Create an Apprenda archive using the Visual Studio extension, Archive Builder, ACS or manually
23+
5. Deploy to your environment
1324

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

0 commit comments

Comments
 (0)