Installer

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/Installer.rst

methods and attributes

class lib_openmolar.server.misc.installer.Installer[source]

Bases: object

A class to “install” the server application, creates a master user with random password, creates a master database, sets out the directory structure.

__init__()[source]
check_current()[source]

update the config file if neccessary

chk_install[source]
init_master_db()[source]

initialises the openmolar_master database

init_master_user()[source]

initialises the user “openmolar”

install()[source]

this should normally only be called on the very first running of the server application

make_dirs()[source]
write_config()[source]

write the config file for openmolar

Table Of Contents

Previous topic

FunctionStore

Next topic

MessageFunctions