+ Thanks for choosing to install NodeBB! We'll need some information to set up your installation
+ configuration...
+
+
+
Path Information
+
+ Please enter the web-accessible url that will be used to point to the NodeBB installation. If you are using a port number in the address,
+ include it in the field below, not here
+
+
+
+
+
+
+
+
+
+
NodeBB Secret
+
+ This "secret" is used to encode user sessions, so they are not stored in plaintext. Enter a bunch of random characters below:
+
+
\ No newline at end of file
diff --git a/public/templates/install/footer.tpl b/public/templates/install/footer.tpl
new file mode 100644
index 0000000000..9c25607790
--- /dev/null
+++ b/public/templates/install/footer.tpl
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/routes/install.js b/src/routes/install.js
new file mode 100644
index 0000000000..e882aa954a
--- /dev/null
+++ b/src/routes/install.js
@@ -0,0 +1,44 @@
+
+var RDB = require('../redis.js');
+
+(function(Install) {
+ Install.create_routes = function(app) {
+
+ (function() {
+ var routes = ['basic'];
+
+ for (var i=0, ii=routes.length; i
\ No newline at end of file
diff --git a/public/templates/install/header.tpl b/public/templates/install/header.tpl
new file mode 100644
index 0000000000..535efe3092
--- /dev/null
+++ b/public/templates/install/header.tpl
@@ -0,0 +1,45 @@
+
+
+