https://github.com/tflori/riki-community
Community portal for the ríki framework
https://github.com/tflori/riki-community
php portal-site riki-framework typescript
Last synced: about 2 months ago
JSON representation
Community portal for the ríki framework
- Host: GitHub
- URL: https://github.com/tflori/riki-community
- Owner: tflori
- Created: 2018-06-07T05:54:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:20:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T08:11:52.481Z (4 months ago)
- Topics: php, portal-site, riki-framework, typescript
- Language: PHP
- Size: 3.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tflori/riki-community
[](https://travis-ci.com/tflori/riki-community)
[](https://codeclimate.com/github/tflori/riki-community/maintainability)
[](https://codeclimate.com/github/tflori/riki-community/test_coverage)Community website for the riki framework. Conceptual ideas at https://github.com/tflori/riki-concepts
## Setup Development Environment
While you can still modify the ignored files (`.env` and `docker-compose.yml`) and work with them using docker-compose
commands, you can also let bin/dev handle most of the stuff.Have a look at the command list:
```console
$ bin/dev list
bin/dev [options]Actions:
start Start the development environment (checks and prepares the environment first)
status Show the status of the development environment
stop Stop the development environment
restart Restart the development environment
xdebug Show xdebug status or enable/disable xdebug via http
cli execute a cli command (use --help for more info)
sh start a shell on on a container
test execute tests (todo)
build Build the docker image for the php containers
composer Execute a composer command
npm Execute a npm command
env Create missing environment variables
list Show the list of commands
```When you want to know how to handle the stuff manually then please have a look at the file `bin/dev` to get a clue how
it works.You should always use the composer and npm container to upgrade or add dependencies to ensure it is compatible with the
versions on production environments.