The fusion of the best of the suggestion box and collaborative portal.
Project description
Features
See nova-ideo.com
Translations
This product has been translated into
French
Contribute
Issue Tracker: https://github.com/ecreall/nova-ideo/issues
Source Code: https://github.com/ecreall/nova-ideo
License
The project is licensed under the AGPLv3+.
Getting Started for development
To run in development mode without docker:
python3.4 bootstrap.py bin/buildout bin/runzeo -C etc/zeo.conf bin/pserve development.ini
The application is on http://localhost:6543
To run in development mode with docker:
./run.sh rebuild ./run.sh
The app is deployed on http://local.ecreall.com:8080
To send emails, you need a mta agent on 172.17.0.1:9025. If you have a server with postfix, you can do a tunnel like so:
ssh -L 172.17.0.1:9025:localhost:25 myserver.example.com
Deployment with docker
sudo options="-f docker-compose.yml" ./run.sh rebuild sudo docker-compose up -d
Currently, you need an external container named postfix with internal port 25 to send emails. docker-compose runs a nginx container on port 80 and 443. You need to create the nginx-app-prod.conf file (similar to nginx-app-dev.conf) and add certificates to the local tls directory.
Changelog
1.0 (2016-06-28)
Initial version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.