forked from n2cms/n2cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
57 lines (35 loc) · 1.76 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
N2 CMS Source Code
Here you will find the N2 CMS framework and a number of template projects that
demonstrate alternative ways to use this CMS. They all share a framework that
consists of N2.dll and the UI management files residing below the /N2/ folder.
HOW TO GET STARTED
1. Double-click on Prepare_AllDependencies.bat
2. Choose amount of templates (ranging from minimal example to many features in the box):
* Examples - Minimal C#
* Examples - Minimal Visual Basic
* Examples - Minimal MVC
* Src - Dinamico
* Src - MVC Templates
* Src - WebForm Templates
3. Choose between N2.Everything.sln to open everything, or venture down the
directory structure of Src or Examples and open a solution down there.
4. Find the Visual Studio solution explorer find the web project you chose (2.),
right-click on it and select "Set as StartUp Project".
5. Set the a web site project as startup project (N2.Templates.* or Dinamico in src)
6. Compile and run (Ctrl+F5)
WHERE TO FIND INFORMATION
* http://n2cms.codeplex.com/releases/ (Download N2 CMS 2.x Developer Documentation)
* http://n2cms.com/Documentation.aspx
* http://google.com
* http://n2cms.codeplex.com/Thread/List.aspx
* http://n2cms.com/wiki/Project-life-cycle.aspx
ABOUT DEPLOYMENT AND HOSTING
You may have to make certain configuration changes when moving the code to a
hosting provider. Common issues are addressed here:
* http://n2cms.com/wiki/Troubleshooting-site-deployment.aspx
ABOUT DATABASES
N2 CMS supports many databases, this code is set up to use the SQLite embedded
database. You may want to use SQL Server or MySQL in production.
FEEDBACK
You are very welcome to let me know about your build experiences in the
forum so I can improve things.