This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Web development use

raag175

Thu Aug 15, 2013 6:19:41 pm

Hi,

I would like to install Apache, SVN / Git, My SQL and web development related application on Zorin OS, so is it possible on it ?

Regards,
Mahendra

mike12

Wed Oct 11, 2017 7:25:55 am

raag175 wrote:Hi,

I would like to install Apache, SVN / Git, My SQL and web development related application on Zorin OS, so is it possible on it ?

Regards,
Mahendra


Hello
Yes, it can be installed you can follow these procedures.
MySQL can be installed with this command:
During the installation, the MySQL-server package will ask for a password for the "root" mysql user. Enter whatever you like (I'm using "cbpassword").
Then verify the installation using the following command:
$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with; or \g.
Your MySQL connection id is 4
Server version: 5.7.15-0ubuntu0.16.04.1 (Ubuntu)