https://github.com/timokramer/vanilla
vanilla deploy with docker compose
https://github.com/timokramer/vanilla
Last synced: about 1 year ago
JSON representation
vanilla deploy with docker compose
- Host: GitHub
- URL: https://github.com/timokramer/vanilla
- Owner: TimoKramer
- Created: 2021-03-05T16:38:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T12:45:28.000Z (over 5 years ago)
- Last Synced: 2025-06-06T00:03:59.385Z (about 1 year ago)
- Language: PHP
- Size: 15.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanilla deploy with Docker Compose
## Usage
- `docker-compose up`
- change the permission of the folders `cache` `conf` and `uploads` to user 33 or do some namespace remapping
- go to localhost:8888
- enter
- `vanilla_mysql_1`
- `dbname`
- `dbuser`
- `dbpassword`
- some user credentials
- add this line to `vanilla/conf/config.php`
```$Configuration['Garden']['RewriteUrls'] = true```
- retrieve personal access token from profile settings page
- `curl -X GET "http://localhost:8888/api/v2/users?page=1&limit=30" -H "accept: application/json" -H "Authorization: Bearer yourpersonalaccesstoken"`
## Sample Users
Run `colonize.sh yourpersonalaccesstoken` to create 100 random sample users.
## Help
https://success.vanillaforums.com/kb/articles/41-authentication-with-personal-access-tokens
https://open.vanillaforums.com/discussion/comment/220157/#Comment_220157
https://github.com/vanilla/vanilla-docker