
#ATUTOR NAVIGATION ARCHIVE#
Unpack the ATutor archive to the document root directory on your server: tar -zxvf ATutor-2.2.1.tar.gz
#ATUTOR NAVIGATION DOWNLOAD#
The first thing to do is to go to ATutor’s download page and download the latest stable version of ATutor, At the moment of writing this article it is version 2.2.1:
#ATUTOR NAVIGATION INSTALL#
Also, install all required PHP modules: sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt php5-mysql php5-gd If you do not have LAMP installed, you can follow our guide here.

Install LAMP (Linux, Apache, MariaDB, PHP) server.Ī Ubuntu 16.04 LAMP server is required. First, make sure that all your system packages are up-to-date by running the following apt-get commands in the terminal. We recommend acting as a non-root sudo user, however, as you can harm your system if you’re not careful when acting as the root.


Warning: date(): It is not safe to rely on the system's timezone settings. On the include where the content of atutor is Ok, let's suppose that is the mysql stuff that is not workingĭocker run -e MYSQL_ROOT_PASSWORD=rootpwd mysql:5.7.18ĭocker container inspect to discover the IP

Now I suppose the installation will break So, it seems that mysql_x functions disappeared from php7.ĭocker run -p 80:80 -v /home/user/Worspace/atutor/ATutor:/var/not yet, inside the container you should runĪpt-get install -y libfreetype6-dev libjpeg62-turbo-dev &ĭocker-php-ext-configure gd -with-freetype-dir=/usr/include/ -with-jpeg-dir=/usr/include/ & session.save_path Directory Not Writeable.Warning: Cannot modify header information - headers already sent by (output started at /var/in /var/in /var/www/html/install/index.php on line 23 We have a 7.1.6-apache official php image, let's try it.ĭocker exec -it "id of running container"ĭocker run -p 80:80 -v /home/user/Worspace/atutor/ATutor:/var/lot of errors of this typeĭeprecated: Methods with the same name as their class will not be constructors in a future version of PHP Message has a deprecated constructor in /var/on line 20 ATutor is a php webapp, so it should probably run in a php enabled server.
