mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Updated documentation
This commit is contained in:
committed by
Dan Christian Bogos
parent
06a3f935d7
commit
f7a50dab7b
@@ -212,7 +212,7 @@
|
||||
|
||||
- name: Move the new package to /var/packages/debian
|
||||
become: yes
|
||||
shell: "sudo mv /tmp/{{ item}} /var/packages/debian/"
|
||||
shell: "sudo mv /tmp/{{ item}} /var/packages/debian/v0.10/"
|
||||
with_items: "{{ hostvars['apt']['debFileName']['stdout_lines'] }}"
|
||||
|
||||
- name: Create the new symlink cgrates_current_amd64.deb
|
||||
|
||||
@@ -35,7 +35,7 @@ Add the repository in apt sources list:
|
||||
|
||||
::
|
||||
|
||||
echo "deb http://apt.cgrates.org/debian/ nightly main" | sudo tee /etc/apt/sources.list.d/cgrates.list
|
||||
echo "deb http://apt.cgrates.org/debian/ v0.10 main" | sudo tee /etc/apt/sources.list.d/cgrates.list
|
||||
|
||||
Update & install:
|
||||
|
||||
@@ -57,8 +57,8 @@ Run the following commands:
|
||||
|
||||
::
|
||||
|
||||
wget http://pkg.cgrates.org/debian/cgrates_current_amd64.deb
|
||||
dpkg -i cgrates_0.10.0_amd64.deb
|
||||
wget http://pkg.cgrates.org/debian/v0.10/cgrates_current_amd64.deb
|
||||
dpkg -i cgrates_current_amd64.deb
|
||||
|
||||
As a side note on http://pkg.cgrates.org one can find an entire archive of CGRateS packages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user