All Projects → genropy → genropy_saved

genropy / genropy_saved

Licence: other
Genropy

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
Less
1899 projects
PHP
23972 projects - #3 most used programming language

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 edit /.gnr/instanceconfig/default.xml

Visit www.genropy.org for more information

sandbox

Sandbox is your first Genropy application.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].