Skip to content

Commit

Permalink
Add more details to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 4, 2024
1 parent 60d5aa6 commit 4742e0a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/content/deploy-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,24 @@ Optionally, include a logo file (logo.svg or logo.png) for your visualization by
config/plugins/visualizations/MY_VISUALIZATION/static/logo.[svg/png]
```

## Step 6: Update the Gulpfile

In the Galaxy root directory, open `client/gulpfile.js` and add the name of your visualization to the `INSTALL_PLUGIN_BUILD_IDS` list.

## Step 7: Run Galaxy and Test Your Visualization

1. **Start Galaxy** by running the following command:

```bash
./run.sh
```

2. **Upload a test file** to your Galaxy history, ensuring it has the correct data type for your visualization.

3. **Open your visualization** from the Activity Bar to view and test your uploaded dataset.


## :tada: Thank you for your contribution!

Following these steps will prepare your visualization for integration with Galaxy. Once everything is set up, you can submit your pull request.

:tada: Congratulations and thank you for your contribution!

0 comments on commit 4742e0a

Please sign in to comment.