https://github.com/regionhalland/visithalland-cms
visithalland.com 🗺
https://github.com/regionhalland/visithalland-cms
gplv3 php visithalland wordpress
Last synced: about 2 months ago
JSON representation
visithalland.com 🗺
- Host: GitHub
- URL: https://github.com/regionhalland/visithalland-cms
- Owner: RegionHalland
- License: gpl-3.0
- Created: 2016-12-12T09:34:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T15:06:33.000Z (over 4 years ago)
- Last Synced: 2025-10-09T20:55:53.029Z (9 months ago)
- Topics: gplv3, php, visithalland, wordpress
- Language: PHP
- Homepage: https://www.visithalland.com
- Size: 277 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# visithalland-cms 🗺
Visithalland is a Wordpress theme based on [Sage](https://github.com/roots/sage).
## Features
* Better folder structure
* Dependency management with [Composer](http://getcomposer.org)
* Easy WordPress configuration with environment specific files
* Environment variables with [Dotenv](https://github.com/vlucas/phpdotenv)
* Autoloader for mu-plugins (use regular plugins as mu-plugins)
* Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt))
## Requirements
* PHP >= 5.6
* Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
* [Node.js](http://nodejs.org/) >= 6.9.x
* [Yarn](https://yarnpkg.com/en/docs/install)
## Installation
1. Clone this project
`git clone https://github.com/RegionHalland/visithalland-cms.git`
2. Update environment variables in `.env` file:
* `DB_NAME` - Database name
* `DB_USER` - Database user
* `DB_PASSWORD` - Database password
* `DB_HOST` - Database host
* `WP_ENV` - Set to environment (`development`, `staging`, `production`)
* `WP_HOME` - Full URL to WordPress home (http://visithalland.test)
* `WP_SITEURL` - Full URL to WordPress including subdirectory (http://visithalland.test/wp)
* `AUTH_KEY`, `SECURE_AUTH_KEY`, `LOGGED_IN_KEY`, `NONCE_KEY`, `AUTH_SALT`, `SECURE_AUTH_SALT`, `LOGGED_IN_SALT`, `NONCE_SALT`
You can cut and paste from the [Roots WordPress Salt Generator](https://roots.io/salts.html).
4. Follow Wordpress installation guide at `http://visithalland.test/wp/wp-admin`
## Coding Standards
All code authored by us should be according to the [PSR-2 standard](https://www.php-fig.org/psr/psr-2/).
## Documentation 📖
TBA
See -
Bedrock documentation is available at [https://roots.io/bedrock/docs/](https://roots.io/bedrock/docs/).
## Contributing
Contributions are welcome from everyone. [File a bug! 🐞](https://github.com/RegionHalland/visithalland-cms/issues/new). Don't be afraid of our swedish, you can use english.
## Community
TBA