Revision 8864e39e
Added by Serghei Mihai over 8 years ago
README | ||
---|---|---|
1 |
Corbo |
|
2 |
===== |
|
3 |
|
|
4 |
Corbo is a announce management system allowing users to subscribe via email, |
|
5 |
sms and RSS stream. |
|
6 |
|
|
7 |
|
|
8 |
Installation |
|
9 |
------------ |
|
10 |
|
|
11 |
Dependencies can be installed with pip, |
|
12 |
|
|
13 |
$ pip install -r requirements.txt |
|
14 |
|
|
15 |
It's then required to get the database configured (./manage.py migrate); by |
|
16 |
default it will create a db.sqlite3 file. |
|
17 |
|
|
18 |
You can then run the Django test server for a quick try (you should refer to |
|
19 |
the Django documentation for production deployments). |
|
20 |
|
|
21 |
$ ./manage.py runserver |
|
22 |
|
|
23 |
|
|
24 |
License |
|
25 |
------- |
|
26 |
|
|
27 |
This program is free software: you can redistribute it and/or modify it under |
|
28 |
the terms of the GNU Affero General Public License as published by the Free |
|
29 |
Software Foundation, either version 3 of the License, or (at your option) any |
|
30 |
later version. |
|
31 |
|
|
32 |
This program is distributed in the hope that it will be useful, but WITHOUT ANY |
|
33 |
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|
34 |
PARTICULAR PURPOSE. See the GNU Affero General Public License for more |
|
35 |
details. |
|
36 |
|
|
37 |
You should have received a copy of the GNU Affero General Public License along |
|
38 |
with this program. If not, see <http://www.gnu.org/licenses/>. |
|
39 |
|
|
40 |
|
|
41 |
|
Also available in: Unified diff
initial README