Go to documentation repository
...
Expand | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
|
Info | ||
---|---|---|
| ||
Minimum requirements to launch Axxon One using Docker on Ubuntu:
|
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Go to the directory where the container will be located.
Code Block |
---|
cd /home/%username |
where %username is a username under which the container will be located.
Clone the axxonnext.docker repository.
Code Block |
---|
git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonnext.docker.git |
Note | ||
---|---|---|
| ||
If the "server certificate verification failed" error occurs, execute the following command in the terminal:
|
Go to the axxonnext.docker folder:
Code Block |
---|
cd /home/%username/axxonnext.docker/ |
where %username is a username under which the container will be created.
Download the contents of the git repository:
Code Block |
---|
git pull |
Copy the deb packages of Axxon One, Detector Pack and Driver pack to the /home/%username/axxonnext.docker/server/build/ folder.
Code Block |
---|
mv /home/user/Downloads/axxon-* /home/axxonnext.docker/server/build/ |
Go to the axxonnext.docker/server folder.
Code Block |
---|
cd /home/%username/axxonnext.docker/server |
Execute the command:
Code Block |
---|
./axxon-one.sh build |
The assembly of the Axxon One container will begin.
To view the list of the assembled containers after the operation is complete, execute the command:
Code Block |
---|
./axxon-one.sh list |
...