Skip to content

Commit 0992107

Browse files
authored
Documentation: Update Chamilo download link to beta version in README.md
1 parent 588fcbf commit 0992107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Install the software stack and Chamilo using the commands below.
5959
apt update && apt -y upgrade
6060
apt install -y apache2 libapache2-mod-php mariadb-client mariadb-server redis php-pear php-{apcu,bcmath,cli,curl,dev,gd,intl,ldap,mbstring,mysql,redis,soap,xml,zip} git unzip curl certbot
6161
mysql -e "GRANT ALL PRIVILEGES ON chamilo2.* TO chamilo2@localhost IDENTIFIED BY 'chamilo2';"
62-
cd /var/www && wget https://github.com/chamilo/chamilo-lms/releases/download/v2.0.0-alpha.2/chamilo-2.0.0-alpha.2.tar.gz
63-
tar zxf chamilo-2.0.0-alpha.2.tar.gz
64-
mv chamilo-2.0.0-alpha.2 chamilo
62+
cd /var/www && wget https://github.com/chamilo/chamilo-lms/releases/download/v2.0.0-beta.1/chamilo-2.0.0-beta.1.tar.gz
63+
tar zxf chamilo-2.0.0-beta.1.tar.gz
64+
mv chamilo-2.0.0-beta.1 chamilo
6565
cd chamilo
6666
cp public/main/install/apache.dist.conf /etc/apache2/sites-available/my.chamilo.net.conf
6767
a2ensite my.chamilo.net

0 commit comments

Comments
 (0)