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
By default, LinkStack includes a footer consisting of Terms, Privacy and Contact pages. These page’s content can be changed on the Admin Panel under Admin>Pages. A graphical text editor is included in this project to edit content on these pages, but basic HTML syntax is accepted.
4
-
5
-
For each section, a basic template is provided. Depending on your case and or local laws, you might want to change this.
6
-
7
-
The footer can be disabled entirely in the config.
1
+
# Edit Terms, Privacy and Contact
2
+
3
+
By default, LinkStack includes a footer consisting of Terms, Privacy and Contact pages. These page’s content can be changed on the Admin Panel under Admin>Pages. A graphical text editor is included in this project to edit content on these pages, but basic HTML syntax is accepted.
4
+
5
+
For each section, a basic template is provided. Depending on your case and or local laws, you might want to change this.
6
+
7
+
The footer can be disabled entirely in the config.
The installation of LinkStack is tailored to be as easy and user-friendly as possible.
4
-
5
-
In most cases, you will just be able to drop the LinkStack installation folder onto your web server, then visit this page with a browser to follow the setup wizard.
6
-
7
-
It will:
8
-
9
-
1. Check the server dependencies
10
-
2. Setup the database
11
-
3. Create the admin user
12
-
4. Configure the app
13
-
14
-
**To ensure everything works as expected, please read the [installation requirements](./requirements.md).**
1
+
# Setup
2
+
3
+
The installation of LinkStack is tailored to be as easy and user-friendly as possible.
4
+
5
+
In most cases, you will just be able to drop the LinkStack installation folder onto your web server, then visit this page with a browser to follow the setup wizard.
6
+
7
+
It will:
8
+
9
+
1. Check the server dependencies
10
+
2. Setup the database
11
+
3. Create the admin user
12
+
4. Configure the app
13
+
14
+
**To ensure everything works as expected, please read the [installation requirements](./requirements.md).**
0 commit comments