You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,9 +104,7 @@ Done! You should be able to login to your new account, create new Spaces & Datas
106
104
- `Check out How to Create a New Extractor <https://www.youtube.com/watch?v=0uthTzrZCt8&list=PLVhslX3lYajMZD9KA-RJK-ulmXys8d13i&index=17&ab_channel=ClowderFramework>`__
107
105
- and 28 total videos covering specific Clowder topics and uses!
108
106
109
-
Or, try the `core data extractors <https://github.com/clowder-framework/extractors-core>`__ that most people would like to install.
110
-
111
-
107
+
Try the :ref:`default extractors<defaultExtractors>` for simple quality of life improvements in Clowder.
112
108
113
109
.. _clowderDevelopers:
114
110
@@ -153,9 +149,9 @@ for details.), we must tell Clowder which ports the services are using.
153
149
touch docker-compose.override.yml
154
150
155
151
2. Copy and paste the lines below into that file we just created
156
-
(``docker-compose.override.yml``)
152
+
``docker-compose.override.yml``
157
153
158
-
.. code:: bash
154
+
.. code:: yml
159
155
160
156
# this lets Clowder communicate with the necessary services
161
157
# These services (Mongo, RabbitMQ, ElsticSearch) will be run
@@ -211,34 +207,36 @@ Part 2: Run Clowder via IntelliJ
211
207
212
208
- This should prompt you to install the Scala plugin! Install it.
213
209
214
-
3. Install the Scala Plugin for IntelliJ
210
+
3. Install the Scala Plugin for IntelliJ ``File`` --> ``Settings`` --> ``Plugins`` --> ``Download Scala``.
215
211
4. Install Java 8 on your computer (version 8 required, not compatible
216
212
with other versions)
217
213
218
-
- From here: https://adoptopenjdk.net/. Java 8, HotSpot.
214
+
- I find this easiest to do via IntelliJ’s Plugin Manager. ``File`` --> ``Project Structure`` --> ``SDKs`` --> ``+`` icon --> ``Download JDK``
215
+
- Select ``Version 1.8`` (Clowder is only compatible with Java 8 (1.8), nothing higher) --> Vendor: ``Eclipse Temurin (AdoptOpenJDK Hotspot)`` --> ``Download``.
219
216
220
-
5. Connect IntelliJ to that Java instance.
217
+
- Alternatively, download the JDK online at `AdoptOpenJDK <https://adoptopenjdk.net/>`__. Java 8, HotSpot.
218
+
- Then point IntelliJ to the JDK folder under ``Project Structure`` --> ``SDKs`` and specify the root folder of the JDK you just downloaded.
221
219
222
-
- In IntelliJ: ``file`` → ``Project Structure`` → ``SDKs``
223
-
- Add a new SDK, and specify the root folder of the SDK you just downloaded. For example: JDK Home path on Windows might look like ``C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot``
220
+
.. figure:: ../_static/IntelliJ_JDK_Download.png
221
+
:alt:Download JDK from IntelliJ.
224
222
225
-
6. Add a new Run Configuration
223
+
5. Add a new Run Configuration
226
224
227
225
- In the top right, click the dropdown and click “Edit Configurations…”
If you **don’t see Play 2 App in the list**, you may need to use IntelliJ *Ultimate* version (instead of Community). I experienced this bug, feel free to ask in the `Clowder Slack here <https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE>`_.
234
+
If you **don’t see Play 2 App in the list**, ensure you have the Scala plugin installed. If Play2 still isn't there, you may need to use IntelliJ *Ultimate* version (instead of Community). I experienced this bug, feel free to ask in the `Clowder Slack here <https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE>`_.
0 commit comments