Difference between revisions of "NUC Web"

From wikidb
Jump to: navigation, search
(My Home Page)
(My Home Page)
Line 16: Line 16:
 
* [http://ubuntuserverguide.com/2012/10/how-to-enable-and-configure-apache2-userdir-module-in-ubuntu-server-12-04.html Ubuntu guide help]
 
* [http://ubuntuserverguide.com/2012/10/how-to-enable-and-configure-apache2-userdir-module-in-ubuntu-server-12-04.html Ubuntu guide help]
 
* [http://httpd.apache.org/docs/current/urlmapping.html Apache docs help]
 
* [http://httpd.apache.org/docs/current/urlmapping.html Apache docs help]
 +
 +
== MediaWiki ==
 +
[[https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu mediawiki on Ubuntu]]

Revision as of 13:10, 24 November 2014

Common Setup

  • install apache2
  • install openssh-server - required for Fetch and ssh on Mac

My Home Page

  • created /home/epp/public_html
  • chmod 0755 /home/epp/public_html
  • sudo a2enmod userdir
  • sudo service apache2 restart
  • copied web pages from Mac to public_html
    • index.htm
    • Icons/
    • Young.jpg
    • subdirectories
  • Ubuntu guide help
  • Apache docs help

MediaWiki

[mediawiki on Ubuntu]