This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:install_ubuntu_update_17_0_1 [2017/03/17 11:25] – [Updating the CakePHP APPs] admin | getting_started:install_ubuntu_update_17_0_1 [2017/04/06 11:27] (current) – [Update the Login Pages] admin | ||
---|---|---|---|
Line 21: | Line 21: | ||
</ | </ | ||
</ | </ | ||
- | <WRAP center round tip 100%> | ||
- | Should you wish to replace the **RADIUSdesk** etc from the optimised content edit the following file and look for the word **RADIUSdesk** (There should be three occurrences) | ||
- | < | ||
#If served out of Webroot | #If served out of Webroot | ||
sudo vi / | sudo vi / | ||
Line 54: | Line 51: | ||
# | # | ||
- | #NOTE You might be asked questions on some files, simply choose | + | #NOTE You might be asked questions on some files, simply choose tc / tf (Their side) each time |
# | # | ||
Line 62: | Line 59: | ||
sudo chown -R www-data. / | sudo chown -R www-data. / | ||
sudo chown -R www-data. / | sudo chown -R www-data. / | ||
+ | sudo chown -R www-data. / | ||
sudo chown -R www-data. / | sudo chown -R www-data. / | ||
Line 70: | Line 68: | ||
<code bash> | <code bash> | ||
cd / | cd / | ||
- | sudo mysql -u root rd < rd_photo_more_enhancements.sql | + | #You can run this multiple times they are non-destructive |
- | sudo mysql -u root rd < captive_portal_dns.sql | + | #Rename the key column to avoid clashing with SQL reserved words |
+ | sudo mysql -u root rd < / | ||
+ | #Add feature to enable / disable photos | ||
+ | sudo mysql -u root rd < / | ||
+ | #Some more enhancements | ||
+ | sudo mysql -u root rd < / | ||
+ | #Some DNS Enhancements | ||
+ | sudo mysql -u root rd < / | ||
+ | #Adjust ACOs rights | ||
+ | sudo mysql -u root rd < / | ||
</ | </ | ||
Line 82: | Line 89: | ||
* **After this your system should contain the very latest code from SVN** | * **After this your system should contain the very latest code from SVN** | ||
+ | |||
+ | <WRAP center round important 100%> | ||
+ | == Please Take Note == | ||
+ | * The current version of FreeRADIUS available on the repository (3.0.12) has this bug: http:// | ||
+ | * While we wait for the maintainer of the repository to update to the latest stable release please follow the instructions in this page to [[getting_started: | ||
+ | * Once the repository has been updated we will remove this //' | ||
+ | </ | ||
+ | |||