Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup Google Analytics

Look at,

  •  Hardening Web Server
  •  Added to other popular search engines and some forums.
  •  Setup Google Analytics
  •  Panel widget CSS appears to be broken.
  •  If free for our needs, setup Azure Application Insights 
  •  32-bit vs 64-bit Java performance now
  •  Moving to Cloud if it's cheaper and 64-bit Java
  •  Why does Mobile version searching not find non-titled content (information not in title of a page) - due to product limitation for now and so vote on ticket (once I find it)
  •  Anonymous comment icon not showing up.

...

  1. Moved to new server with 2GB of memory and 60GB of disk space.
  2. Ubuntu 14.04.3 LTS
  3. Separate Linux Container for Web, App and DB
  4. Upgraded to unlimited community license
  5. Had to install Gliffy via Upload for some reason (probably bug) as it recognized in purchased add-ons but could not install automatically. Circle back to see if it will auto-update properly
  6. Updated JDBC Driver
  7. Updated to Java 32-bit 1.8.0_51 (Roderick at some point go back and check if Confluence guys make it run in Java server mode which is more efficient)
  8. Changed of DNS for bonsaiframework.com and breakitdown.ca pointing to web server.
  9. Change DNS tin-pham.com to point to host running LXC.
  10. New added user logging (see what users are viewing what pages) - atlassian-confluence-access.log

Setup LXC Containers,

Code Block
languagebash
sudo lxc-ls -f
[sudo] password for tin.pham: 
NAME      STATE    IPV4                      IPV6  AUTOSTART  
------------------------------------------------------------
t01app    RUNNING  10.0.3.11                 -     NO         
t01sql    RUNNING  10.0.3.20                 -     NO         
t01web    RUNNING  10.0.3.10, 64.73.220.117  -     NO         

...