forked from booktype/Booktype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
70 lines (45 loc) · 2.41 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Installing Booktype 1.5
-----------------------
There are three components to the Booktype Tool Set. This doc
covers only the Booktype (editor/book manager) component and not Espri
(importer) or Objavi (exporter). By default Booktype is hardwired to the
Sourcefabric install of Objavi and Espri so you still acquire that
functionality. To detach yourself from the Sourcefabric mothership
you need to install Espri and Objavi and configure your install of
Booki accordingly.
Find out more about Objavi and Espri: https://wiki.sourcefabric.org/display/Booktype/Objavi
Booktype Install script
-----------------------
Booktype can be installed on various Linux distributions and Mac OS X. There are no native
packages at the moment but you can try Booktype install script:
https://github.com/aerkalov/booktype-scrolls/tree/master/scripts/install
Be aware it will setup Booktype with Sqlite3 and biltin web server. You will have to
manually setup PostgreSQL or Apache/Nginx configuration.
Booktype manual install instructions
------------------------------------
Online instructions: https://wiki.sourcefabric.org/display/Booktype/Installing
- Ubuntu
Read doc/deployment/Ubuntu.md file.
https://wiki.sourcefabric.org/display/Booktype/How+to+install+it+on+Ubuntu
- Debian
Read doc/deployment/Debian.md file.
https://wiki.sourcefabric.org/display/Booktype/How+to+install+it+on+Debian
- CentOS
Read doc/deployment/CentOS.md file.
https://wiki.sourcefabric.org/display/Booktype/How+to+install+it+on+CentOS
- Mac OS X
Read doc/deployment/MacOSX.md file.
https://wiki.sourcefabric.org/display/Booktype/How+to+Install+it+on+Mac+OS+X
Booktype and Apache
-------------------
To install Booktype with Apache, you need to use WSGI or FCGI/SCGI. Consult the
Django documentation at http://docs.djangoproject.com/en/dev/howto/deployment/.
Createbooki script has created booki.wsgi script for the Apache. Use that file as part of your Apache config.
How to configure Apache - https://wiki.sourcefabric.org/display/Booktype/Configuring+Apache
Booktype and Nginx
------------------
Read doc/deployment/Nginx.md or check https://wiki.sourcefabric.org/display/Booktype/How+to+use+Booktype+with+Nginx page.
Createbooki script has created gunicorn.nginx and fastcgi.nginx scripts for the Nginx. Use them as part of your Nginx config.
Upgrading from previous version?
--------------------------------
Check doc/UPGRADE.txt for more information.