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
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: USAGE.md
+16-8
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,24 @@ You should be familiar with the command line to efficiently install this theme.
6
6
7
7
This theme follow WordPress [recommended requirments](https://wordpress.org/about/requirements). Your server must fulfill requirements:
8
8
9
-
- At least PHP >= 5.6 (PHP >= 7.0 is recommended)
10
-
- WordPress 4.4
9
+
- At least PHP >= 7.0
10
+
- MySQL >=5.6 or MariaDB >=10.0
11
+
- The mod_rewrite Apache module
12
+
13
+
Make sure you have all these dependences installed before moving on:
14
+
15
+
- WordPress >= 4.7
16
+
- Composer
17
+
- Node.js
11
18
12
19
## Dependences
13
20
14
-
Theme is based on [Tonik WordPress Starter Theme](https://github.com/tonik/tonik) and requires this dependenciesto operate:
21
+
Theme is based on [Tonik WordPress Starter Theme](https://github.com/tonik/theme). It has a few PHP dependencies, they are extracted to separate packages for easy installation and managing via Composer.
-[tonik/gin](https://github.com/tonik/gin) (required) - Theme foundation which provides all custom functionalities
24
+
-[tonik/cli](https://github.com/tonik/cli) (optional) - Simple CLI for initiating theme
17
25
18
-
## Bootstrapping Theme
26
+
## Installation
19
27
20
28
Download or clone theme repository to the `wp-content/themes` directory.
21
29
@@ -49,11 +57,11 @@ $ npm run prod
49
57
50
58
Here is a list of theme's required and recommended plugins. They can be installed via "Plugins" dashboard or manually uploaded to the `wp-content/plugins` directory.
51
59
52
-
- plugin-name ([plugin-url](#plugin-url))
60
+
-<plugin-name> ([plugin-url](#plugin-url))
53
61
- ...
54
62
55
63
Familiar with WP-CLI? Install plugins via command line:
0 commit comments