Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opendatach/opendata.ch
Opendata.ch website
https://github.com/opendatach/opendata.ch
wordpress
Last synced: 11 days ago
JSON representation
Opendata.ch website
- Host: GitHub
- URL: https://github.com/opendatach/opendata.ch
- Owner: OpendataCH
- Created: 2016-06-24T08:37:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T15:12:18.000Z (11 months ago)
- Last Synced: 2024-04-14T12:32:24.584Z (7 months ago)
- Topics: wordpress
- Language: PHP
- Homepage: https://opendata.ch/
- Size: 9.8 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opendata.ch
WordPress for the Opendata.ch website.
## Requirements
- PHP 7.4
- MySQL 8.0
- [Composer](https://getcomposer.org/download/)## Installation
1. `git clone https://github.com/OpendataCH/opendata.ch.git`
2. `cd opendata.ch/`
3. `wp core download --path=wordpress --version=5.6.14` (installs WordPress into the directory `wordpress/`)
4. `cp wp-config.php.dev wp-config.php`
5. Copy database from server
6. Copy plugins from server
7. `docker-compose up`