Changes between Initial Version and Version 1 of releases/2.0/rc0


Ignore:
Timestamp:
Jul 30, 2011, 7:30:16 PM (13 years ago)
Author:
danigm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • releases/2.0/rc0

    v1 v1  
     1= OpenGnSys 2.0 Release Candidiate 0 =
     2
     3We are plased to announce OpenGnSys 2.0 Release Candidate 0.
     4
     5== What's new ==
     6 * New Admin interface, extensible by plugins, internationalizable and written in python.
     7 * Mobile admin interface to manage opengnsys from your smart phone.
     8 * Database abstraction using sqlalchemy. Now is possible to use mysql, postgresql, sqlite, oracledb without changing anything.
     9 * New client/server communication protocol using http and SSL secure authentication in both sides (client and server).
     10
     11== Download ==
     12 * [[http://opengnsys.es/downloads/36|Web interface]]
     13 * [[http://opengnsys.es/downloads/37|Script to generate a repo]]
     14
     15=== First steps ===
     16 * In the web server:
     17   * Download [[http://opengnsys.es/downloads/36|Web interface]] in web server, uncompress it and read the INSTALL file.
     18 * In the repo (can be the web server):
     19   * Install Repo dependencies:
     20     * python (2.7)
     21     * python-openssl
     22     * subversion (is needed to install the repo)
     23     * samba
     24     * dnsmasq
     25   * Download the [[http://opengnsys.es/downloads/37|script to generate a repo]] uncompress it and execute it as root.