User Tools

Site Tools


another_beginner_s_experience_dealing_with_php-residence_-_and_using_ubuntu_workstation_-_with_server_installed_for_office_added_reservations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
another_beginner_s_experience_dealing_with_php-residence_-_and_using_ubuntu_workstation_-_with_server_installed_for_office_added_reservations [2018/04/15 05:26] k-grahamanother_beginner_s_experience_dealing_with_php-residence_-_and_using_ubuntu_workstation_-_with_server_installed_for_office_added_reservations [2019/12/03 13:42] (current) marco
Line 28: Line 28:
 sudo apt-get install apache2 sudo apt-get install apache2
  
-Verify its running by going to http://localhost+Verify its running by going to %%http://localhost%%
  
 3a. Install mysql-server 3a. Install mysql-server
Line 58: Line 58:
 or or
  
-http://localhost/phpmyadmin should work+%%http://localhost/phpmyadmin%% should work
  
 If not you probably did something wrong  -  If not you probably did something wrong  - 
Line 68: Line 68:
 make sure you have a mark appear beside the mysql database. make sure you have a mark appear beside the mysql database.
  
-phpmyadmin will allow you to create, edit, and drop databases more visually, just access via your local web http://localhost/phpmyadmin or http://127.0.0.1/phpmyadmin .Use if you have difficulties with command line use of MYSQL.+phpmyadmin will allow you to create, edit, and drop databases more visually, just access via your local web http://localhost/phpmyadmin or %%http://127.0.0.1/phpmyadmin%% .Use if you have difficulties with command line use of MYSQL.
  
 4. I think its a good idea in terminal to type apt-get update watch your hard drive light you could be updating for quite a few minutes before control is returned to you in terminal, this updates your linux files to the most recent. 4. I think its a good idea in terminal to type apt-get update watch your hard drive light you could be updating for quite a few minutes before control is returned to you in terminal, this updates your linux files to the most recent.
Line 82: Line 82:
 7. As per Marcos you need to set permissions on php-residence/data, if in Graphical Nautilus  with root permissions you could right click on directory /var/www/php-residence/dati and provide read right permissions or perhaps better in terminal type sudo chmod 755 /var/www/php-residence/dati  This gives the owner READ Write Execute permissions but the Group and User Read and Execute Permissions only. 7. As per Marcos you need to set permissions on php-residence/data, if in Graphical Nautilus  with root permissions you could right click on directory /var/www/php-residence/dati and provide read right permissions or perhaps better in terminal type sudo chmod 755 /var/www/php-residence/dati  This gives the owner READ Write Execute permissions but the Group and User Read and Execute Permissions only.
    
-8. Upon 1st entry to the php-residence directory http://localhost/php-residence you will be asked to provide setup info. +8. Upon 1st entry to the php-residence directory %%http://localhost/php-residence%% you will be asked to provide setup info. 
  
  
Line 118: Line 118:
 PeterP's - A Total Beginner's Experience with Php-Residence located in Wiki PeterP's - A Total Beginner's Experience with Php-Residence located in Wiki
  
-Installing and configuring Apache2 web server -  https://help.ubuntu.com/8.04/serverguide/C/httpd.html+Installing and configuring Apache2 web server -  %%https://help.ubuntu.com/8.04/serverguide/C/httpd.html%%
  
-Installing and starting  mysql-server  - https://help.ubuntu.com/8.04/serverguide/C/mysql.html+Installing and starting  mysql-server %%https://help.ubuntu.com/8.04/serverguide/C/mysql.html%%
  
 Installing php-myadmin - https://help.ubuntu.com/community/phpMyAdmin Installing php-myadmin - https://help.ubuntu.com/community/phpMyAdmin
another_beginner_s_experience_dealing_with_php-residence_-_and_using_ubuntu_workstation_-_with_server_installed_for_office_added_reservations.txt · Last modified: 2019/12/03 13:42 by marco