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
Now you can login to Clowder in your browser via ``localhost:8000`` (or if you built from source in IntelliJ, use ``localhost:9000``).
94
+
93
95
- If you get error: ``Error response from daemon: network clowder_clowder not found.``
94
96
- Try changing the network parameter to ``--network clowder-1_clowder``. It's possible you have multiple Clowder docker containers.
95
97
96
-
Now you can login to Clowder in your browser via ``localhost:8000`` (or if you built from source in IntelliJ, use ``localhost:9000``).
98
+
Done! You should be able to login to your new account, create new Spaces & Datasets and upload many different types of data.
99
+
100
+
.. note::
101
+
Before you go, check out useful information like the `Clowder 'All Paws' YouTube playist <https://www.youtube.com/playlist?list=PLVhslX3lYajMZD9KA-RJK-ulmXys8d13i>`__.
102
+
103
+
- `Check out the Overview of Clowder <https://www.youtube.com/watch?v=B5hD8ehENck&list=PLVhslX3lYajMZD9KA-RJK-ulmXys8d13i&index=5&ab_channel=ClowderFramework>`__
104
+
- `Check out How to use Clowder <https://www.youtube.com/watch?v=wHmDJAD5GbE&list=PLVhslX3lYajMZD9KA-RJK-ulmXys8d13i&index=5&t=605s&ab_channel=ClowderFramework>`__
105
+
- `Check out How to Create a New Extractor <https://www.youtube.com/watch?v=0uthTzrZCt8&list=PLVhslX3lYajMZD9KA-RJK-ulmXys8d13i&index=17&ab_channel=ClowderFramework>`__
106
+
- and 28 total videos covering specific Clowder topics and uses!
107
+
108
+
Or, try the `core data extractors <https://github.com/clowder-framework/extractors-core>`__ that most people would like to install.
109
+
97
110
98
-
Check out the `next steps below <nextSteps>`_ !
99
111
100
112
.. _clowderDevelopers:
101
113
@@ -214,14 +226,18 @@ Part 2: Run Clowder via IntelliJ
214
226
215
227
7. Create a new ``Play 2 App`` configuration
216
228
217
-
- Note: 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.
229
+
.. note::
230
+
231
+
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>`_.
8. The default configuration should be okay, see image below.
223
237
224
-
- NOTE: Later, **if Clowder feels slow** (multiple seconds per page load) then you will need to add JNotify to your JVM Options here. :ref:`Instructions at bottom of this page<slowClowder>`.
238
+
.. note::
239
+
240
+
Later, **if Clowder feels slow** (multiple seconds per page load) then you will need to add JNotify to your JVM Options on this page. :ref:`Instructions at bottom of this page<slowClowder>`.
225
241
226
242
.. figure:: ../_static/GettingStarted_AddJDK.png
227
243
:alt: Specify the JDK path
@@ -241,8 +257,11 @@ Now in IntelliJ, click the green play button (top right) to build Clowder from s
241
257
Access Clowder via ``localhost:9000`` in the
242
258
browser.
243
259
244
-
- Note: building from source defaults to port 9000. Running from Docker
245
-
(without building from source) defaults to port 8000.
260
+
.. note::
261
+
262
+
Use ``localhost:9000`` when building from source (clicking the green play button in IntelliJ) and running the services via ``docker-compose -f docker-compose.override.yml up -d``
263
+
264
+
Use ``localhost:8000`` when running from Docker only (without building from source) via ``docker-compose up -d``
246
265
247
266
.. _creatingLocalAccount
248
267
Creating a local Clowder account
@@ -312,8 +331,8 @@ Now the below methods will work.
312
331
Method 2: Creating many users? Change default Activation
0 commit comments