Skip to content

Commit b4188e4

Browse files
committed
Update README.md
1 parent 2ec3407 commit b4188e4

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ETA (ESSArch tools archive)
1+
# ETA (ESSArch Tools Archive)
22

33
SIP receiving tools for archives.
44

@@ -109,7 +109,7 @@ Add the following rows to /home/arch/.bash_profile:
109109
### ETA installation script
110110

111111
Change to user "arch" with the following command.
112-
# su – arch
112+
# su - arch
113113

114114
Download and extract ESSArch_TA_install tarfile.
115115
[arch@server ~]$ wget http://xxx.xxx.xxx.xxx/ESSArch_TA_installer_xxxxxxxxxxxx.tar.gz
@@ -118,7 +118,7 @@ Add the following rows to /home/arch/.bash_profile:
118118
[arch@server ~]$ ./install
119119

120120
The installation of ESSArch is now running and dependent on hardware configuration, the installation may take some time. To see details of the installation progress please start a new terminal window and run the following command.
121-
[arch@server ~]$ tail –f /ESSArch/install.log
121+
[arch@server ~]$ tail -f /ESSArch/install.log
122122

123123
When installation is finished, search in the log file /ESSArch/install.log for any unexpected errors indicating failure of installation of any modules.
124124

@@ -129,7 +129,7 @@ ESSArch is designed to be AMQP (Advanced Message Queuing Protocol) independent.
129129
Follow the instructions below in order to install RabbitMQ required by ESSArch.
130130

131131
Please run the following commands as root user.
132-
# rpm –i /ESSArch/install/packages/rabbitmq-server.rpm
132+
# rpm -i /ESSArch/install/packages/rabbitmq-server.rpm
133133
# chkconfig rabbitmq-server on
134134
# service rabbitmq-server start
135135

@@ -233,7 +233,7 @@ By default, for test purpose, the installation has configured the following user
233233

234234
| **Username** | **Password** | **Role/Permissions** |
235235
| --- | --- | --- |
236-
| usr1 | usr1 | prepare, create, submit |
236+
| usr2 | usr2 | receive, events, transfer |
237237
| admin | admin | admin |
238238

239239
## Important files to backup
@@ -244,22 +244,22 @@ Everything in the file area /ESSArch should be backed up before and after config
244244

245245
Areas that need to be backed up to an external "backup system" daily is the following:
246246

247-
- --/ESSArch/eta
248-
- --/ESSArch/backups_mysql
249-
- --/ESSArch/config
250-
- --/ESSArch/log
251-
- --/ESSArch/data
247+
- /ESSArch/eta
248+
- /ESSArch/backups_mysql
249+
- /ESSArch/config
250+
- /ESSArch/log
251+
- /ESSArch/data
252252

253253
##Events and log information
254254

255255
Different types of events are logged both in physical files and tables in ESSArch database. Log entries are tagged with the log level - Debug, Critical, Error, Warning, Info. These log levels can be felt by the ETA's system logs:
256256

257-
/ESSArch/log
258-
/ESSArch/log/celerybeat.log
259-
/ESSArch/log/celery_worker1.log
260-
/ESSArch/log/httpd_access.log
261-
/ESSArch/log/httpd_error.log
262-
/ESSArch/log/httpd_ssl_request.log
257+
- /ESSArch/log
258+
- /ESSArch/log/celerybeat.log
259+
- /ESSArch/log/celery_worker1.log
260+
- /ESSArch/log/httpd_access.log
261+
- /ESSArch/log/httpd_error.log
262+
- /ESSArch/log/httpd_ssl_request.log
263263

264264
# Service och support
265265

0 commit comments

Comments
 (0)