Skip to content

Instantly share code, notes, and snippets.

@ivmarkp
Last active May 30, 2017 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivmarkp/921b7aa36dc22271b4ebdde59812d8d3 to your computer and use it in GitHub Desktop.
Save ivmarkp/921b7aa36dc22271b4ebdde59812d8d3 to your computer and use it in GitHub Desktop.
Setting up Omega CGI
Command: Indexing
sudo /usr/local/bin/omindex -v --db=/var/lib/omega/data/default --url=/ /var/www
Output:
[Entering directory ""]
Indexing "ci_10.htm" as text/html ... already indexed
Indexing "ci_07.htm" as text/html ... already indexed
Indexing "ci_30.htm" as text/html ... already indexed
Indexing "ci_39B.htm" as text/html ... already indexed
Indexing "ci_20.htm" as text/html ... already indexed
Indexing "ci_33.htm" as text/html ... already indexed
Indexing "ci_05.htm" as text/html ... already indexed
Indexing "ci_21.htm" as text/html ... already indexed
Indexing "ci_02.htm" as text/html ... already indexed
Indexing "ci_jpg.htm" as text/html ... already indexed
Indexing "ci_40med.htm" as text/html ... already indexed
Indexing "Introduction.htm" as text/html ... already indexed
Indexing "ci_24.htm" as text/html ... already indexed
Indexing "ci_44nt.htm" as text/html ... already indexed
Indexing "ci_25.htm" as text/html ... already indexed
Indexing "ci_46ind.htm" as text/html ... already indexed
Indexing "ci_27.htm" as text/html ... already indexed
Indexing "ci_11.htm" as text/html ... already indexed
Indexing "ci_table.htm" as text/html ... already indexed
Indexing "ci_06.htm" as text/html ... already indexed
Indexing "ci_22.htm" as text/html ... already indexed
Indexing "ci_12.htm" as text/html ... already indexed
Indexing "pato.htm" as text/html ... already indexed
Indexing "ci_32.htm" as text/html ... already indexed
Indexing "ci_04.htm" as text/html ... already indexed
Indexing "ci_37.htm" as text/html ... already indexed
Indexing "ci_17.htm" as text/html ... already indexed
Indexing "ci_b.htm" as text/html ... already indexed
Indexing "ci_41mob.htm" as text/html ... already indexed
Indexing "ci_cintr.htm" as text/html ... already indexed
Indexing "ci_18.htm" as text/html ... already indexed
Indexing "ci_19.htm" as text/html ... already indexed
Indexing "ci_35.htm" as text/html ... already indexed
Indexing "ci_5pict.htm" as text/html ... already indexed
Indexing "ci_09.htm" as text/html ... already indexed
Indexing "ci_01.htm" as text/html ... already indexed
Indexing "ci_23.htm" as text/html ... already indexed
Indexing "ci_34.htm" as text/html ... already indexed
Indexing "ci_15.htm" as text/html ... already indexed
Indexing "Jpg4.htm" as text/html ... already indexed
Indexing "ci_03.htm" as text/html ... already indexed
Indexing "ci_28.htm" as text/html ... already indexed
Indexing "ci_31.htm" as text/html ... already indexed
Indexing "ci_26.htm" as text/html ... already indexed
Indexing "ci_45bib.htm" as text/html ... already indexed
Indexing "ci_29.htm" as text/html ... already indexed
Indexing "ci_38.htm" as text/html ... already indexed
Indexing "ci_13.htm" as text/html ... already indexed
Indexing "ci_14.htm" as text/html ... already indexed
[Entering directory "html/"]
Indexing "html/index.html" as text/html ... already indexed
Indexing "ci_16.htm" as text/html ... already indexed
Indexing "ci_43boa.htm" as text/html ... already indexed
Indexing "ci_36.htm" as text/html ... already indexed
Indexing "ci_08.htm" as text/html ... already indexed
Indexing "ci_42cap.htm" as text/html ... already indexed
Indexing "ci_39.htm" as text/html ... already indexed
#/var/lib/omega/data/default now contains the following data files: ls -l
#total 13260
#-rwxr-xr-x 1 root root 122880 May 29 19:52 docdata.glass
#-rwxr-xr-x 1 root root 0 May 29 19:53 flintlock
#-rwxr-xr-x 1 root root 127 May 29 19:52 iamglass
#-rwxr-xr-x 1 root root 8568832 May 29 19:52 position.glass
#-rwxr-xr-x 1 root root 2932736 May 29 19:52 postlist.glass
#-rwxr-xr-x 1 root root 1974272 May 29 19:52 termlist.glass
Command: Setting read and write permission for default folder containing databases
sudo chmod -R 644 /var/lib/omega/data/default
Output:
#Nothing, so assuming that it was successful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment