Text readability analysis platform utilizes anonymized data.
% docker image build -t scrolliris/gentoo:latest .
# check
% docker container run -it --rm scrolliris/gentoo:latest /bin/bash -V
Create etc/.env
. This file will be copied always at make
init/up/start/restart.
% cp etc/{.env.sample,.env}
# Update .env file
% $EDITOR etc/.env
Add your user account using seed files.
% cp opt/seed/{users.sample.yml,users.yml}
% cp opt/seed/{user_emails.sample.yml,user_emails.yml}
# with --build
% make init
% make up
AGPL-3.0
(See also LICENSE of each project)
This is free software: You can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Scrolliris
Copyright (c) 2017-2018 Lupine Software LLC