Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: using the new propared qe image #434

Merged
merged 3 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/installation/aiidalab/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ You have two options to launch the container:

.. code-block:: console

docker run -p 8888:8888 aiidalab/aiidalab-docker-stack/qe
docker run -p 8888:8888 aiidalab/qe:edge

#. Use the :doc:`aiidalab-launch <launch>` tool (**recommended**)
#. Use the :doc:`aiidalab-launch <launch>` (**recommended**)

Windows/Mac
***********
Expand Down
14 changes: 11 additions & 3 deletions docs/source/installation/aiidalab/launch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,21 @@ AiiDAlab launch

pip install aiidalab-launch

#. Set up a new `QE` profile with

.. code-block:: console

aiidalab-launch profile add --image aiidalab/qe:edge QE

At the prompt, enter `n` to skip editing the profile settings.

#. Start AiiDAlab with

.. code-block:: console

aiidalab-launch start
aiidalab-launch start -p QE

#. Follow the instructions on the screen to open AiiDAlab in the browser
#. Follow the URL on the screen to open AiiDAlab in the browser

.. tip::

Expand All @@ -43,7 +51,7 @@ AiiDAlab launch
Profile Management
^^^^^^^^^^^^^^^^^^

You can manage multiple profiles in AiiDAlab launch, e.g., with different home directories or ports. For more information, run
As shown above, you can manage multiple profiles in AiiDAlab launch, e.g., with different home directories or ports. For more information, run

.. code-block:: console

Expand Down