Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
5698b29a
Commit
5698b29a
authored
2 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
use shortcode recommended-linuxinstaller
parent
cefa3804
No related branches found
No related tags found
2 merge requests
!1511
changes from r20.0
,
!1509
Revise installation instructions; revise hugo config params; use shortcodes for URLs; repair broken links
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hugo/content/installation/install/linux/index.md
+4
-4
4 additions, 4 deletions
hugo/content/installation/install/linux/index.md
hugo/layouts/shortcodes/recommended-linuxinstaller.html
+1
-0
1 addition, 0 deletions
hugo/layouts/shortcodes/recommended-linuxinstaller.html
with
5 additions
and
4 deletions
hugo/content/installation/install/linux/index.md
+
4
−
4
View file @
5698b29a
...
...
@@ -18,13 +18,13 @@ with BornAgain.
The installer is self-extracting and does _not_ need any root permissions.
The installer (e.g.,
`
BornAgain-1.19.79-Linux.sh
`
) can be used as follows
The installer (e.g.,
`
{{% recommended-linuxinstaller %}}
`
) can be used as follows
(here, installation root path is chosen to be
`/tmp/ba`
):
```
$ chmod +x
BornAgain-1.19.79-Linux.sh
# permit execution
$ chmod +x
{{% recommended-linuxinstaller %}}
# permit execution
$ ba_path='/tmp/ba'
$ mkdir $ba_path # make a deliberate installation path
$ ./
BornAgain-1.19.79-Linux.sh
--exclude-subdir --skip-license --prefix=$ba_path
$ ./
{{% recommended-linuxinstaller %}}
--exclude-subdir --skip-license --prefix=$ba_path
```
and then, the GUI can be executed:
```
...
...
@@ -35,7 +35,7 @@ $ ./bin/bornagain
The installer provides also a small help for its options; use the following to obtain
a description of the available options:
```
$
BornAgain-1.19.79-Linux.sh
--help
$
{{% recommended-linuxinstaller %}}
--help
```
For other distributions, see
[
build instructions
](
{{%
relref "installation/building/unix" %}}).
...
...
This diff is collapsed.
Click to expand it.
hugo/layouts/shortcodes/recommended-linuxinstaller.html
0 → 100644
+
1
−
0
View file @
5698b29a
BornAgain-{{.Site.Params.version_mmp}}-Linux.sh{{- print "" -}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment