Skip to content

Commit 7729cc2

Browse files
authored
Updated Readme.md
1 parent 89de6d0 commit 7729cc2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Acharya
2-
Acharya Machine Teaching Platform
2+
A Data Centric MLOps tool for your Named Entity Recognition projects.
33

44
# Download
55
Download the acharya binary latest release for your system.
66

77
# Initial Run and Setup
88
Installation and Setup for Acharya is not required, Acharya detects it running for the first time and runs the initial setup when run for the first time.
9-
To start Acharya type the following command
9+
To start Acharya type the following command in a terminal/command prompt
10+
It is recommended to create a separate folder to run acharya. Acharya will create a data folder and a temp folder to store its data.
1011

1112
On *sh shells
1213
```bash
14+
#copy the downloaded file to the newly created acharya folder and run the following commands.
15+
chmod +x acharya
1316
./acharya
1417
```
1518

@@ -18,7 +21,13 @@ On Powershell and COMMAND in Windows
1821
acharya.exe
1922
```
2023

21-
Follow the on screen instructions to configure the SSL certificates required for encryption.
24+
Acharya will generate a password for the default user admin@localhost
25+
26+
The UI will be accessible at http://localhost:3000
27+
28+
Login to the UI with admin@localhost as the username and the password displayed on the terminal/command prompt screen.
29+
30+
It is recommended that the users change this password from the UI
2231

2332
# Using Acharya
2433
Login to the Acharya UI using a web-browser and access the URL seen in the output of the above command. The default URL would be https://localhost:3000

0 commit comments

Comments
 (0)