Difference between revisions of "Amahi 7"

From Amahi Wiki
Jump to: navigation, search
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{MessageBox|
 
{{MessageBox|
backgroundcolor = #f8d6d6|
+
backgroundcolor = #faa|
 
image =Warning.png|
 
image =Warning.png|
heading =Development Ongoing|
+
heading =WARNING|
message = Amahi 7 is based on [[Fedora_19|Fedora 19]].}}
+
message = Amahi 7 for Fedora 19<br />Maintenance Support ONLY!}}
 +
<!--Amahi 7 is an almost complete re-engineering of some of the platform software to support a leap in technologies to the latest and greatest. We expect that there will be a lot of changes. Any instability should be [https://bugs.amahi.org reported quickly].
  
NOTE: it's best to start installing "on the fly" with the Fedora 19 install, by adding f19.amahi.org as a repo at the time that Fedora allows you to add new repos. We are past the phase of installing packages by hand and want to start testing as users would install!
+
= New Features =
 +
* One-click "clearing" permissions for a share.  This eliminates most needs to dive into Linux to deal with file permissions
 +
* Plugins for adding setup area tabs (here is [https://github.com/amahi/platform/blob/master/doc/plugins.md how to make a new plugin])
 +
* More stable distribution by bundling most of the platform dependency
 +
* Faster and more efficient, through using performance mode in passenger
 +
* When a user is made admin, that user also becomes sudo-capable at the system level
 +
* One-click dynamic toggle in disk temperature readout between C an F
 +
* New initialization flow for first login, cleaner and more manageable
 +
* Be more permissive about capitalization in usernames, a common mistake for non-unix-natives
  
<hr/>
+
= Features w/ [[Advanced_Settings|Advanced Settings]] Enabled =
 
+
* One-click selection of the upstream DNS servers to OpenDNS, Google DNS or custom
Work on Amahi 7 has started. Expected release is mid-2013.
+
* Easy change of the DHCP lease time
 
+
* Ability for users to manage their public keys! Like a pro!
Amahi 7 is an almost complete re-engineering of some of the platform software to support a leap in technologies to the latest and greatest. We expect that there will be a lot of changes.
+
* Easy changing of the gateway
 
 
= Installing Amahi 7 for testing =
 
 
 
We have a dedicated plate to [[Amahi 7 installation]] for testing.
 
 
 
= What's New =
 
  
 +
= New Technology =
 
Lots of new technology is going into Amahi 7:
 
Lots of new technology is going into Amahi 7:
* Using [http://www.ruby-lang.org/ Ruby] 1.9.x, which is substantially faster than the previous version of Ruby we used in Amahi 6
+
* Using [http://www.ruby-lang.org/ Ruby] 2.0, which is substantially faster than the previous version of Ruby we used in Amahi 6
* Using the latest [http://rubyonrails.org/ Ruby on Rails] (probably 3.2.13 or later)
+
* Using a very stable yet recent [http://rubyonrails.org/ Ruby on Rails] (3.2.14)
 
* We are using the [http://slim-lang.com/ Slim] template engine for the platform, which makes it easier to manage new code
 
* We are using the [http://slim-lang.com/ Slim] template engine for the platform, which makes it easier to manage new code
* Based on [[Fedora 19]], because ruby 1.9 and RoR 3.x are in by default in it
+
* Based on [[Fedora 19]], because ruby 2.0, passenger and RoR 3.x are in by default in it
 
* New plugin system where simple plugins can be easily generated and developed for the Amahi setup area. See the [https://github.com/amahi/platform/blob/master/doc/plugins.md docs about plugins] for details on how to develop one of your own
 
* New plugin system where simple plugins can be easily generated and developed for the Amahi setup area. See the [https://github.com/amahi/platform/blob/master/doc/plugins.md docs about plugins] for details on how to develop one of your own
  
<b>NOTE:</b> We're not "abandoning" Ubuntu or "going back" to Fedora. We will attempt to support '''both''' in alternate releases. However, Fedora is the first one to bring Ruby 1.9 and RoR 3.x out of the box, so far.
 
  
= New Features =
+
'''NOTE:''' We're not "abandoning" Ubuntu or "going back" to Fedora. We will attempt to support '''both''' in alternate releases. However, Fedora is the first one to bring Ruby 2.0 and RoR 3.x out of the box, so far.
* One-click fixing of permissions for a share
 
* Plugins for adding setup area tabs (here is [https://github.com/amahi/platform/blob/master/doc/plugins.md how to make a new plugin])
 
* More stable distribution by bundling most of the platform dependency
 
* Faster and more efficient
 
* When a user is made admin, that user also becomes sudo-capable at the system level
 
* Ability for users to manage their public keys! Like a pro!
 
* One-click dynamic toggle in disk temperature readout between C an F
 
* New initialization flow for first login, cleaner and more manageable
 
* Be more permissive about capitalization in usernames, a common mistake for non-natives
 
  
= Hopeful features =
+
= Missing Features =
* New disk wizard
+
We will work on these for the next major release:
 +
* New disk wizard as a plugin.
 +
* Manual creation of web apps as a plugin.
 +
* Wake on LAN.
  
= How to Help =
+
= Release Notes =
There are several ways to help:
+
View the [[Amahi_7_release_notes|Release Notes]] for Amahi 7 versions detailing of bug fixes and enhancememts.-->
* If you are a contributor, make sure you get a machine running with Amahi 7 and get your apps to run on it
 
* If you want to test the install, get a VM and an ISO file of the base OS and let's test! This is probably the best way to help without deep technical knowledge.
 
* If you want to help with the platform, get in the Amahi [[Mailing list]] and get some patches going. Ruby and RoR can help here.
 
* Testing and porting  themes will also help
 
* Want to develop a new theme? Check the [[How to Create a new Theme]] page
 
* Stop by and hang out on our IRC Channel #Amahi on irc.freenode.net
 

Latest revision as of 02:35, 8 September 2015

Warning.png WARNING
Amahi 7 for Fedora 19
Maintenance Support ONLY!