Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Aug 15, 2024
1 parent 02e1ae8 commit ffaae04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Added support for object handles: https://docs.xlwings.org/en/latest/pro/server/officejs_custom_functions.html#object-handles
- Added `staging` as additional environment name.
- Dependencies are now split up into `requirements-core.in`, `requirements-dev.in`, and `requirements.in` and managed via `python run.py deps`, see README.
- Added docker-compose production configuration under `docker` directory.
- Added docker-compose production configuration under `docker` directory including Socket.IO and Redis services.
- More custom function examples.
- Bug fix: socket.io service now respects the `XLWINGS_APP_PATH`.
- Added `XLWINGS_SECRET_KEY` setting.
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
xw-click="hello_world"
xw-config='{"include": "Sheet1"}'
class="btn btn-primary btn-sm"
type="button">
type="button"
>
Hello World
</button>
```
Expand Down Expand Up @@ -127,6 +128,16 @@ If you have your developer license key set as `XLWINGS_DEVELOPER_KEY` env var in
- Under Role, click on `None Selected` and select the desired role (if you don't see any role, wait a moment and reload the page). Confirm with `Select`.
- Repeat the last step to give the user more roles

## Docker Hub

A production docker image is published to https://hub.docker.com/r/xlwings/xlwings-server:

```
docker pull xlwings/xlwings-server:latest
```

It could be used for quickly spinning up an environment and to test-drive the contained examples.

## Production Deployment

### Manifest
Expand Down

0 comments on commit ffaae04

Please sign in to comment.