Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ebulk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ebulk
Commits
fa412702
Commit
fa412702
authored
Dec 30, 2022
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[1.2.2] Increase version - update tool installation
parent
2284fec5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
README.md
README.md
+8
-1
ebulk
ebulk
+1
-1
No files found.
README.md
View file @
fa412702
...
...
@@ -27,10 +27,17 @@ Make sure `software-properties-common` is installed in order to run all apt comm
sudo apt-get install software-properties-common
```
Import the repository gpg key:
```
sudo gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B38DB8D777BB9026
gpg --output /usr/share/keyrings/ebulk-ebulk-ppa-archive-keyring.gpg --export B38DB8D777BB9026
```
Add the ppa repository:
```
sudo add-apt-repository ppa:rporchetto/ebulk-ppa
echo "deb [signed-by=/usr/share/keyrings/ebulk-ebulk-ppa-archive-keyring.gpg] http://ppa.launchpad.net/ebulk/ebulk-ppa/ubuntu xenial main" > /etc/apt/sources.list.d/ebulk-ebulk-ppa.list
```
Update your local sources and install ebulk:
...
...
ebulk
View file @
fa412702
...
...
@@ -6,7 +6,7 @@ DOWN_URL="$DEFAULT_DATA_LAKE_URL"
ING_POLICY
=
"portal_ingestion_policies/default_ebulk"
ING_URL
=
"
$DEFAULT_DATA_LAKE_URL$ING_POLICY
"
EBULK_VERSION
=
"1.
1.11
"
EBULK_VERSION
=
"1.
2.2
"
EMBULK_VERSION
=
"0.9.7"
EBULK_DATA_PATH
=
~/.ebulk
EBULK_DATASET_FILE_NAME
=
"/.ebulk_dataset"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment