Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#277 2020-06-16 10:19:37

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

As a contingency, as and when misadventure catches up with me and I am no more, a couple of trusted people here have full commit read access to the GitLab repo where all the build scripts are held. They’re not public as I’m still adapting and improving them, once they’re ‘done’ I’ll release them for scrutiny, forking etc.

Last edited by gaekwad (2020-06-16 10:29:56)

Offline

#278 2020-06-16 11:25:47

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

OK, first pass at dev and 4.8.2 branches in their own dirs:

dev-demo.textpattern.co/dev/ (currently 4.9.0-dev with Four Point Nine theme)

dev-demo.textpattern.co/4.8.2/ (currently 4.8.2-dev with Four Point Eight theme)

Please test and report any issues. Thank you.

Last edited by gaekwad (2020-06-16 11:50:03)

Offline

#279 2020-06-16 11:26:45

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

gaekwad wrote #323667:

High level tweaks to demo server, with timeline/roadmap:

  • branches-as-subdirectories added to dev-demo: changes as outlined hereETA is June 28 2020.

We should know for sure in less than an hour when the rebuild script runs, but provisionally DONE.

Edit: scripts ran as expected. Hooray!

Last edited by gaekwad (2020-06-16 12:04:30)

Offline

#280 2020-06-16 14:58:02

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: Textpattern CMS demo site

gaekwad wrote #323789:

Please test and report any issues. Thank you.

Working great from my cursory tests, thank you. This is gonna be super cool having not only dev and the current latest in-progress branch, but potentially other branches to test too (once we pare them down a bit… knocked one down today, yay!)

Terrific stuff.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#281 2020-06-16 15:03:38

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

Bloke wrote #323791:

This is gonna be super cool having not only dev and the current latest in-progress branch, but potentially other branches to test too

I’m nearly at the point where all I need is the branch name to add a new subdir site, but not quite. The mild irony of spending hours upfront on automation to save a few minutes every now and again is not lost on me…

Offline

#282 2020-06-23 18:02:40

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

PHP 8.0 Alpha 1 just landed. I’ll work on getting it live tonight. Expect an update in 1 hour or so.

Offline

#283 2020-06-23 18:06:13

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,075
Website Mastodon

Re: Textpattern CMS demo site

gaekwad wrote #323951:

PHP 8.0 Alpha 1 just landed. I’ll work on getting it live tonight. Expect an update in 1 hour or so.

PHP 8.0 and Txp 8.1 … Greight!


…. texted postive

Offline

#284 2020-06-23 18:58:16

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

Good news: I’ve compiled PHP 8.0.0-alpha1 from source. Both the 4.8.2 branch and the dev branch load up the front page just fine.

Not-so-good news: not able to log in various errors thrown during the login process.

This is expected. PHP 8 is a big release, this is alpha software, and it’s inevitable there will be some work involved with getting Textpattern shipshape.

I’ll post some links when logging in is fixed, in the meantime I’ll open an issue with some errors to see if we can find a way forward.

Edit: after some persevering clearing the errors, I’m in:

Textpattern version: 4.9.0-dev (83c19f8854a9f80fc0910f2199dfd8f7)
Last update: 2020-06-23 18:56:03/2020-06-23 18:00:04
Site URL: php-next-dev-demo.textpattern.co/dev
Admin URL: php-next-dev-demo.textpattern.co/dev/textpattern
Document root: /var/www/sites/textpattern.co/php-next-dev-demo/live
$path_to_site: /var/www/sites/textpattern.co/php-next-dev-demo/live/dev
Textpattern path: /var/www/sites/textpattern.co/php-next-dev-demo/live/dev/textpattern
Article URL pattern: messy
Production status: testing
Temporary directory path: /var/www/sites/textpattern.co/php-next-dev-demo/live/dev/textpattern/tmp
PHP version: 8.0.0alpha1
GD Graphics Library: bundled (2.1.0 compatible); Supported formats: GIF, JPEG, PNG, WebP.
Server timezone: Europe/Amsterdam
Server local time: 2020-06-23 21:07:21
Daylight Saving Time enabled?: 0
Automatically adjust Daylight Saving Time setting?: 0
Time zone (GMT offset in seconds):  (+7200)
MySQL: 8.0.19-10 (Percona Server (GPL), Release '10', Revision 'f446c04') 
Database server time: 2020-06-23 19:07:21
Database server time offset: 1 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: C.UTF-8
Site / Admin language: en / en
Web server: nginx/1.19.0
PHP server API: fpm-fcgi
RFC 2616 headers: 0
Server OS: Linux 5.4.0-37-generic
Admin-side theme: hive 4.9.0-dev

Last edited by gaekwad (2020-06-23 19:09:08)

Offline

#285 2020-06-25 14:05:08

etc
Developer
Registered: 2010-11-11
Posts: 5,053
Website GitHub

Re: Textpattern CMS demo site

404 Not Found (nginx)

Offline

#286 2020-06-25 14:30:11

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

etc wrote #324013:

404 Not Found (nginx)

Investigating. Thanks for the report!

Offline

#287 2020-06-25 14:34:12

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern CMS demo site

How did tru_tags get in there? Anyone?

Offline

#288 2020-06-25 14:35:06

etc
Developer
Registered: 2010-11-11
Posts: 5,053
Website GitHub

Re: Textpattern CMS demo site

gaekwad wrote #324015:

How did tru_tags get in there? Anyone?

Me, but it works locally. And disabling it does not help.

Last edited by etc (2020-06-25 14:36:40)

Offline

Board footer

Powered by FluxBB