diff options
author | David Walter Seikel | 2016-02-22 04:42:00 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-02-22 04:42:00 +1000 |
commit | 97e0f6a18f62fc42a4c43ed79e37b4b3633cf94f (patch) | |
tree | 53ef9b9531e9094373320d314972f7c61556b9b1 | |
parent | Stutter-- (diff) | |
download | SledjHamr-97e0f6a18f62fc42a4c43ed79e37b4b3633cf94f.zip SledjHamr-97e0f6a18f62fc42a4c43ed79e37b4b3633cf94f.tar.gz SledjHamr-97e0f6a18f62fc42a4c43ed79e37b4b3633cf94f.tar.bz2 SledjHamr-97e0f6a18f62fc42a4c43ed79e37b4b3633cf94f.tar.xz |
Notes about updating the SledjHamr server.
-rw-r--r-- | docs/SledjHamr/WebSite.txt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/SledjHamr/WebSite.txt b/docs/SledjHamr/WebSite.txt index 7b3a579..8cb5ea3 100644 --- a/docs/SledjHamr/WebSite.txt +++ b/docs/SledjHamr/WebSite.txt | |||
@@ -118,4 +118,22 @@ ever. | |||
118 | 118 | ||
119 | So, lots of work either way. How about we start with github stuff, | 119 | So, lots of work either way. How about we start with github stuff, |
120 | since the source is there anyway, and work our way through the above at | 120 | since the source is there anyway, and work our way through the above at |
121 | our leisure? Second step might be to port and simplify the IG webiste. | 121 | our leisure? Second step might be to port and simplify the IG website. |
122 | |||
123 | Drupal 8 might be the way to go, it's hard to tell. | ||
124 | |||
125 | https://www.drupal.org/requirements | ||
126 | |||
127 | https://api.drupal.org/api/drupal/core!INSTALL.txt/8 | ||
128 | |||
129 | Which needs PHP 5.5.9, and that's not on Ubuntu 12.04. | ||
130 | https://launchpad.net/~ondrej/+archive/ubuntu/php5-5.6 gets me 5.6.18 | ||
131 | but that only supports 12.04 until April 2016. It would also update the | ||
132 | Apache to 2.4, currently on 2.2.22. | ||
133 | |||
134 | EOL for 12.04 is April 2017. | ||
135 | |||
136 | Soooo, might have to bump to 14.04, or go Debian soon. Latest Debian | ||
137 | stable (v8 Jessie) includes - Apache 2.4.10, PHP 5.6, MySQL5.5 as well | ||
138 | as MariaDB10.0, Drupal 7, systemd. Apparently Drupal 8 will be | ||
139 | available via backports. | ||