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/19 21:40] – [Updating the ExtJS files] admin | getting_started:install_ubuntu_update_17_0_1 [2017/04/06 11:27] (current) – [Update the Login Pages] admin | ||
---|---|---|---|
Line 51: | 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 68: | 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 80: | 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 //' | ||
+ | </ | ||
+ | |||