You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
525 B
525 B
wordle.ピケ.コム
hosting
- install:
- PHP (I use 8.2.1)
- PostgreSQL (I use 15.6)
- clone this repo,
git clone https://git.xn--rck9c.xn--tckwe/pk11/wordle.git
- copy
vars.php.example
tovars.php
- edit
vars.php
as explained in the file - create the following tables in the configured database:
CREATE TABLE words ( id INT PRIMARY KEY, solution VARCHAR(5) NOT NULL, print_date VARCHAR(10) NOT NULL, days_since_launch INT, editor VARCHAR(64) );