Skip to content

unbit/genropy

 
 

Repository files navigation

Genropy

Genropy framework. To complete the installation:

sudo pip install paver

inside the folder gnrpy

sudo paver develop

for making the environment configuration

python initgenropy.py

Configuration files are:

~/.gnr/environment.xml
~/.gnr/instanceconfig/default.xml
~/.gnr/siteconfig/default.xml

Change your development user by editing ~/.gnr/instanceconfig/default.xml

Visit www.genropy.org for more information

Sandbox

Sandbox is the application for learning Genropy framework. (Currently avaliable only in italian)

Inside folder genropy_projects

git clone https://github.com/genropy/sandbox.git

Genropy webapplications needs a daemon

Run inside another terminal

gnrdaemon

Now we are ready for running sandbox website

gnrwsgiserve sandbox

If you want to edit tutorial files through the application itself run gnrwsgiserve with remote_edit option

gnrwsgiserve sandbox --remote_edit

License

The code is licensed under the LGPL license::

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Releases

No releases published

Packages

No packages published