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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,26 @@
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 (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
3
10
4
11
## Environment
5
12
* Visual Studio 2015 Community +
6
13
* ASP.NET 4.5 +
7
14
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
9
19
1. Clone repository
10
20
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
0 commit comments