+ );
+ }
+}
+
+export default InstallStep1Language;
\ No newline at end of file
diff --git a/client/src/app/install/install-step-2-requirements.js b/client/src/app/install/install-step-2-requirements.js
new file mode 100644
index 00000000..8066728a
--- /dev/null
+++ b/client/src/app/install/install-step-2-requirements.js
@@ -0,0 +1,14 @@
+import React from 'react';
+
+class InstallStep2Requirements extends React.Component {
+
+ render() {
+ return (
+
+ INSTALLATION
+
+ );
+ }
+}
+
+export default InstallStep2Requirements;
\ No newline at end of file
diff --git a/client/src/app/install/install-step-3-settings.js b/client/src/app/install/install-step-3-settings.js
new file mode 100644
index 00000000..31048b3c
--- /dev/null
+++ b/client/src/app/install/install-step-3-settings.js
@@ -0,0 +1,14 @@
+import React from 'react';
+
+class InstallStep3Settings extends React.Component {
+
+ render() {
+ return (
+
+ INSTALLATION
+
+ );
+ }
+}
+
+export default InstallStep3Settings;
\ No newline at end of file
diff --git a/client/src/app/install/install-step-4-administrator.js b/client/src/app/install/install-step-4-administrator.js
new file mode 100644
index 00000000..f3a63395
--- /dev/null
+++ b/client/src/app/install/install-step-4-administrator.js
@@ -0,0 +1,14 @@
+import React from 'react';
+
+class InstallStep4Administrator extends React.Component {
+
+ render() {
+ return (
+
+ INSTALLATION
+
+ );
+ }
+}
+
+export default InstallStep4Administrator;
\ No newline at end of file
diff --git a/client/src/app/install/install-step-5-install.js b/client/src/app/install/install-step-5-install.js
new file mode 100644
index 00000000..70145bbd
--- /dev/null
+++ b/client/src/app/install/install-step-5-install.js
@@ -0,0 +1,14 @@
+import React from 'react';
+
+class InstallStep4Install extends React.Component {
+
+ render() {
+ return (
+
+ INSTALLATION
+
+ );
+ }
+}
+
+export default InstallStep4Install;
\ No newline at end of file
diff --git a/client/src/app/install/install-step-6-completed.js b/client/src/app/install/install-step-6-completed.js
new file mode 100644
index 00000000..dcc56d3b
--- /dev/null
+++ b/client/src/app/install/install-step-6-completed.js
@@ -0,0 +1,14 @@
+import React from 'react';
+
+class InstallStep4Completed extends React.Component {
+
+ render() {
+ return (
+
+ INSTALLATION
+
+ );
+ }
+}
+
+export default InstallStep4Completed;
\ No newline at end of file
diff --git a/client/src/data/languages/en.js b/client/src/data/languages/en.js
index b56acad0..bb4c2670 100644
--- a/client/src/data/languages/en.js
+++ b/client/src/data/languages/en.js
@@ -208,6 +208,14 @@ export default {
'ACTIVITY_DELETE_USER': 'deleted user',
'ACTIVITY_UN_BAN_USER': 'banned user',
+ 'SERVER_REQUIREMENTS': 'Server requirements',
+ 'SETTINGS_SETUP': 'Settings setup',
+ 'ADMIN_SETUP': 'Admin setup',
+ 'INSTALL': 'Install',
+ 'COMPLETED': 'Completed',
+ 'INSTALL_HEADER_TITLE': 'OpenSupports Installation Wizard',
+ 'INSTALL_HEADER_DESCRIPTION': 'This wizard will help you to configure and install OpenSupports on your website',
+
//VIEW DESCRIPTIONS
'CREATE_TICKET_DESCRIPTION': 'This is a form for creating tickets. Fill the form and send us your issues/doubts/suggestions. Our support system will answer it as soon as possible.',
'TICKET_LIST_DESCRIPTION': 'Here you can find a list of all tickets you have sent to our support team.',