Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into blog/data-access
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Sep 26, 2024
2 parents 5d3b85b + 1e5a1f2 commit e34f380
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/news/posts/2024-09-20-simpler-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ date: 2024-09-20

# Simplifications to the installation of AiiDA since v2.0

Dear users,

As we are always working hard to improve your experience with AiiDA, we would like to share with you some of the new
features aimed at user friendliness since the last major release v2.0. In this blog post, we will cover improvements to
the installation, so let's get started, shall we?
Dear users, as we are always working hard to improve your experience with AiiDA, we would like to share with you some of
the new features aimed at user friendliness since the last major release v2.0. In this blog post, we will cover
improvements to the installation, so let's get started, shall we?

## Service-less AiiDA

Expand Down Expand Up @@ -44,13 +42,13 @@ Success: Created new profile `presto`.
Success: Configured the localhost as a computer.
```

And after successfull profile creation, `verdi status` returns:
And after successfull profile creation, `verdi status` returns something like:

```shell
✔ version: AiiDA v2.6.2
✔ config: /home/aiidateam/aiida_projects/aiida-website/.aiida
✔ config: /home/geiger_j/aiida_projects/aiida-website/.aiida
✔ profile: presto
✔ storage: SqliteDosStorage[/home/aiidateam/aiida_projects/aiida-website/.aiida/repository/sqlite_dos_d2a4e83ea09141678de8ea4b2250fc69]: open,
✔ storage: SqliteDosStorage[/home/geiger_j/aiida_projects/aiida-website/.aiida/repository/sqlite_dos_d2a4e83ea09141678de8ea4b2250fc69]: open,
⏺ broker: No broker defined for this profile: certain functionality not available.
⏺ daemon: No broker defined for this profile: daemon is not available.
```
Expand All @@ -59,8 +57,8 @@ And after successfull profile creation, `verdi status` returns:
the `--use-postgres` flag.

In addition, the command works without RMQ, creating a profile without a
[broker](https://aiida.readthedocs.io/projects/aiida-core/en/latest/topics/processes/usage.html#manipulating-processes)
and [daemon](https://aiida.readthedocs.io/projects/aiida-core/en/stable/topics/daemon.html#daemon). If, instead, RMQ was
[broker](https://aiida.readthedocs.io/projects/aiida-core/en/v2.6.2/topics/processes/usage.html#manipulating-processes)
and [daemon](https://aiida.readthedocs.io/projects/aiida-core/en/v2.6.2/topics/daemon.html#daemon). If, instead, RMQ was
already available on the system[^2], it is automatically set up for your AiiDA profile, and the output of `verdi presto`
will be slightly different.

Expand Down

0 comments on commit e34f380

Please sign in to comment.