Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-doc
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
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
anis
anis-doc
Commits
c8dfe990
Commit
c8dfe990
authored
2 years ago
by
François Agneray
Browse files
Options
Downloads
Patches
Plain Diff
Update installation procedure
parent
6462395a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9049
passed
2 years ago
Stage: build
Stage: dockerize
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/data_management.md
+2
-2
2 additions, 2 deletions
docs/data_management.md
docs/installation.md
+14
-0
14 additions, 0 deletions
docs/installation.md
with
16 additions
and
2 deletions
docs/data_management.md
+
2
−
2
View file @
c8dfe990
...
...
@@ -16,7 +16,7 @@ Go to the `docker-compose.yml` file to configure the `DATA_PATH` environment var
Here you can see that the data directory is set to
`/data`
## Admin file explorer
## Admin file
s
explorer
An administrator can list files or folders contained in the root directory.
Please note that if authentication is enabled you will need to send a token to perform this action.
...
...
@@ -80,7 +80,7 @@ curl -d '{"name":"vipers_dr2_w1","table_ref":"aspic_vipers_dr2_w1","label":"VIPE
Here you can see that the data directory for this dataset is set to
`/ASPIC/VIPERS_DR2`
## Dataset file explorer
## Dataset file
s
explorer
A user can list files or folders contained in the dataset directory.
Please note that if the dataset is private you will need to send a token to perform this action.
...
...
This diff is collapsed.
Click to expand it.
docs/installation.md
+
14
−
0
View file @
c8dfe990
...
...
@@ -125,6 +125,20 @@ In the dev version we provide two ready-made databases. To install them type the
$
make create-db
```
## Data
To works, ANIS must be associated with a data directory. This directory will serve files associated with scientific projects and datasets.
In the dev version we provide a data directory with examples files. To install them type the following command:
```
bash
$
cd
..
$
curl https://anis.lam.fr/files/anis-data.tar.gz
$
tar
xvf anis-data.tar.gz
```
At the root of the project you can see a symbolic link to the directory you just downloaded:
`data`
.
## ANIS is ready to use!
### Server
...
...
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