Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d620354cb0d707c9507c531626abf4b6 |
User & Date: | vandys 2018-11-20 04:34:37 |
Context
2019-02-06
| ||
14:16 | Stale comment check-in: 287dc7ad2a user: vandys tags: master, trunk | |
2018-11-20
| ||
04:34 | typo check-in: d620354cb0 user: vandys tags: master, trunk | |
2018-10-15
| ||
20:21 | Make note text scrollable for long lines, rather than wrapping. check-in: 2458e04572 user: vandys tags: master, trunk | |
Changes
Changes to README.txt.
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
============
- Check out from Fossil
- Pick DB name in config.py, something not easy to guess
- Build DB:
- sqlite3 var/DBNAME < mkdb.sql
- sqlite3 var/DBNAME 'insert into accounts values ("ACCT", "PW")'
(add as many accounts as you with)
- Make var and var/DBNAME writable
- chmod a+rwx var
- chmod a=rw var/DBNAME
- Make sure your web server will run Python CGI from the installed
directory.
|
| |
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
============
- Check out from Fossil
- Pick DB name in config.py, something not easy to guess
- Build DB:
- sqlite3 var/DBNAME < mkdb.sql
- sqlite3 var/DBNAME 'insert into accounts values ("ACCT", "PW")'
(add as many accounts as you wish)
- Make var and var/DBNAME writable
- chmod a+rwx var
- chmod a=rw var/DBNAME
- Make sure your web server will run Python CGI from the installed
directory.
|