docs: update activites/digital/roadmap
This commit is contained in:
parent
9a620bc7ea
commit
0451f55eb6
@ -2,7 +2,7 @@
|
||||
title: Feuille de route pour le digital des Grands Voisins
|
||||
description: Ceci est une feuille de route pour le digital des Grands Voisins
|
||||
published: true
|
||||
date: 2022-07-10T08:45:28.802Z
|
||||
date: 2022-07-10T08:46:46.530Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2022-07-09T11:45:07.076Z
|
||||
@ -38,25 +38,6 @@ make
|
||||
echo 'export PATH="${PATH}:$(go env GOPATH)/bin"' >> /root/.bashrc
|
||||
echo 'export LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/:$(go env GOPATH)/deps/raft/.libs/:${LD_LIBRARY_PATH}"' >> /root/.bashrc
|
||||
source /root/.bashrc
|
||||
```
|
||||
|
||||
```bash
|
||||
wget https://github.com/lxc/lxd/archive/refs/heads/master.zip
|
||||
unzip master.zip
|
||||
cd lxd-master/
|
||||
dnf install acl attr autoconf automake dnsmasq git golang libacl-devel libcap-devel lxc-libs lxc-devel sqlite-devel libtool libudev-devel lz4-devel libuv-devel make pkg-config rsync squashfs-tools tar tcl xz ebtables
|
||||
make deps
|
||||
export CGO_CFLAGS="-I/root/go/deps/raft/include/ -I/root/go/deps/dqlite/include/"
|
||||
export CGO_LDFLAGS="-L/root/go/deps/raft/.libs -L/root/go/deps/dqlite/.libs/"
|
||||
export LD_LIBRARY_PATH="/root/go/deps/raft/.libs/:/root/go/deps/dqlite/.libs/"
|
||||
export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"
|
||||
source /root/.bashrc
|
||||
wget https://go.dev/dl/go1.18.1.linux-amd64.tar.gz
|
||||
tar -C /usr/local -xzf go1.18.1.linux-amd64.tar.gz
|
||||
make
|
||||
echo 'export PATH="${PATH}:$(go env GOPATH)/bin"' >> /root/.bashrc
|
||||
echo 'export LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/:$(go env GOPATH)/deps/raft/.libs/:${LD_LIBRARY_PATH}"' >> /root/.bashrc
|
||||
source /root/.bashrc
|
||||
root@contabob:~/lxd-master# lxd-migrate
|
||||
Please provide LXD server URL: https://ikoulaf.appgv.com:8443
|
||||
Certificate fingerprint: 7843bcb8cb...
|
||||
@ -104,6 +85,26 @@ Please pick one of the options above [default=1]:
|
||||
Transferring instance: contabob: 1.39GB (6.05MB/s)
|
||||
```
|
||||
|
||||
```bash
|
||||
wget https://github.com/lxc/lxd/archive/refs/heads/master.zip
|
||||
unzip master.zip
|
||||
cd lxd-master/
|
||||
dnf install acl attr autoconf automake dnsmasq git golang libacl-devel libcap-devel lxc-libs lxc-devel sqlite-devel libtool libudev-devel lz4-devel libuv-devel make pkg-config rsync squashfs-tools tar tcl xz ebtables
|
||||
make deps
|
||||
export CGO_CFLAGS="-I/root/go/deps/raft/include/ -I/root/go/deps/dqlite/include/"
|
||||
export CGO_LDFLAGS="-L/root/go/deps/raft/.libs -L/root/go/deps/dqlite/.libs/"
|
||||
export LD_LIBRARY_PATH="/root/go/deps/raft/.libs/:/root/go/deps/dqlite/.libs/"
|
||||
export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"
|
||||
source /root/.bashrc
|
||||
wget https://go.dev/dl/go1.18.1.linux-amd64.tar.gz
|
||||
tar -C /usr/local -xzf go1.18.1.linux-amd64.tar.gz
|
||||
make
|
||||
echo 'export PATH="${PATH}:$(go env GOPATH)/bin"' >> /root/.bashrc
|
||||
echo 'export LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/:$(go env GOPATH)/deps/raft/.libs/:${LD_LIBRARY_PATH}"' >> /root/.bashrc
|
||||
source /root/.bashrc
|
||||
|
||||
```
|
||||
|
||||
### forge.appgv.com
|
||||
|
||||
### wiki.appgv.com
|
||||
|
Loading…
Reference in New Issue
Block a user