Doc tweaks
This commit is contained in:
parent
02de0077a2
commit
7f371ff2d0
|
@ -2,7 +2,7 @@
|
|||
Theo, the order system
|
||||
======================
|
||||
|
||||
First of all, welcome to Theo and/or Rattail in general.
|
||||
First of all, welcome to Theo and/or the Rattail Project in general.
|
||||
|
||||
Theo offers various features with an aim to be "the order system" for
|
||||
an organization (or at least as much of one as is needed). It is
|
||||
|
@ -23,8 +23,7 @@ Please see `https://rattailproject.org/docs/theo/
|
|||
document.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:caption: Contents:
|
||||
:maxdepth: 1
|
||||
|
||||
quickstart
|
||||
features
|
||||
|
|
|
@ -69,7 +69,7 @@ Most integrations will require some extra tables installed to your
|
|||
database. But installing them is no different than any other
|
||||
migration, i.e. just run the normal commands:
|
||||
|
||||
.. code-block::sh
|
||||
.. code-block:: sh
|
||||
|
||||
cd /srv/envs/theo
|
||||
bin/alembic -c app/rattail.conf upgrade heads
|
||||
|
|
|
@ -26,7 +26,7 @@ it just needs to be accessible over the network by Theo.
|
|||
These docs assume Linux for the Theo machine, but it is believed that
|
||||
with minimal tweaks this should work on Windows as well. However it
|
||||
should be noted that Windows does pose some issues, and this all
|
||||
likely will work "better" on Linux at this point. Windows "support"
|
||||
likely will work "better" on Linux at this point. Windows support
|
||||
should be considered experimental.
|
||||
|
||||
(In any case PostgreSQL can run on a Windows machine if you prefer
|
||||
|
|
|
@ -5,7 +5,7 @@ Quick Start
|
|||
===========
|
||||
|
||||
This should get you up and running in minutes, with a "bare" Theo setup,
|
||||
meaning no POS integration.
|
||||
meaning no POS integration. (You can add that later if desired.)
|
||||
|
||||
Clone the source code for Theo wherever you like, e.g. ``~/src/theo``::
|
||||
|
||||
|
|
Loading…
Reference in a new issue