Skip to content
Snippets Groups Projects
Commit 92ae4ac6 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Set alpha version in getting-started to avoid confusion.

parent 96e1cb2f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer==23.12.0 pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer==23.12.0-alpha
pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_consumer==23.12.0 pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_consumer==23.12.0-alpha
# you might need to update pip if the above commands error: pip3 install --upgrade pip # you might need to update pip if the above commands error: pip3 install --upgrade pip
# if that does not work (abi incompatibility, etc) you may try to install source packages # if that does not work (abi incompatibility, etc) you may try to install source packages
......
docker run -p 8400-8431:8400-8431 -p 8086:8086 -p 27017:27017 \ docker run -p 8400-8431:8400-8431 -p 8086:8086 -p 27017:27017 \
--hostname $HOSTNAME --name asapo gitlab.desy.de:5555/asapo/asapo/asapo-standalone:23.12.0 --hostname $HOSTNAME --name asapo gitlab.desy.de:5555/asapo/asapo/asapo-standalone:23.12.0-alpha
\ No newline at end of file \ No newline at end of file
docker run --name asapo --network host gitlab.desy.de:5555/asapo/asapo/asapo-standalone-dev:23.12.0 docker run --name asapo --network host gitlab.desy.de:5555/asapo/asapo/asapo-standalone-dev:23.12.0-alpha
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment