소스 검색

Wrote about initialization

Samuel W. Flint 8 년 전
부모
커밋
06568f068d
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      library.org

+ 4 - 1
library.org

@@ -103,12 +103,15 @@ The following defines the format of book records, which are used to describe eac
   %auto: ID Inserted
 #+END_SRC
 
-* WORKING Initialize
+* DONE Initialize
+CLOSED: [2016-10-23 Sun 15:01]
 :PROPERTIES:
 :CREATED:  <2016-04-13 Wed 22:13>
 :ID:       8308ab62-05a0-4240-a073-d2e4baab9ab2
 :END:
 
+The initialization of the database is accomplished by creating the containing directory, and within it, creating the database file, which defines the structure of the database.  If git is to be initialized for the database, this must be done manually.
+
 #+Caption: Initialize a Database
 #+Name: initialize-database
 #+BEGIN_SRC sh