You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,15 @@ The program is written in the language Nim.
19
19
20
20
#### Installation on linux
21
21
- download latest linux-release (tar.gz).
22
-
- unpack, place it somewhere in your user-folder, and run the executable "flashread".
22
+
- unpack, place it somewhere in your user-folder.
23
+
- open a terminal and go to your Readibl-directory.
24
+
- run the executable "flashread" by entering: ./flashread
23
25
- to access the local web-server you just started, type:
24
26
http://localhost:5050/flashread-form
25
27
- the portnumber can now be changed in the configuration-file: settings_flashread.conf
28
+
- see also in the readibl-folder: help_info/help.txt
26
29
27
-
If the paths you see on the webpage dont match the location of the application, adjust and run the linux-script flashread_sh. If the app is started from the dir where the application resides, path-problems can be avoided.
30
+
If the app is started from a dir where the application does NOT reside, path-problems will occur. In that case adjust and run the linux-script flashread_sh.
-unpack, place it somewhere in your user-folder, and run the executable "flashread".
11
-
-to access the local web-server you just started, type: http://localhost:5050/flashread-form
12
-
-the portnumber can be changed in the configuration-file: settings_flashread.conf
10
+
Download latest linux-release (tar.gz).
11
+
12
+
Just unpack, place it somewhere in your user-folder.
13
+
I prefer to start the app from a terminal, so that the programs status-info can be viewed.
14
+
So to run the executable "flashread" firstly open a terminal, then go to the readibl-folder and enter:
15
+
./flashread
16
+
17
+
To access the web-server you just started, click on or type in your browser: http://localhost:5050/flashread-form
18
+
19
+
If the app is started from a folder where the application does NOT reside (like so: path/to/readibl/flashread), path-problems will occur. This may apply when you want to start the app together with the OS-startup. In that case you need to adjust and start up from flashread_sh (like so: path/to/readibl/flashread_sh)
20
+
But if you use flashread_sh, then update it with the path of you readibl-dir.
13
21
14
-
If the paths you see on the webpage dont match the location of the application, adjust and run the linux-script flashread_sh. If the app is started from the dir where the application resides, path-problems can be avoided.
22
+
For the changes see mostfiles/what-is-new.txt
15
23
24
+
The portnumber can be changed in the configuration-file: settings_flashread.conf
Then you get the user-interface in the browser. From there on you can use the clipboard-contents to either reformat a copied text, or use a copied web-address to process and reformat. Experiment with the switches. In the config-file "settings_flashread.conf" you can do the following:
0 commit comments