Skip to content

Commit 52c098e

Browse files
Update README.md
1 parent fc9b422 commit 52c098e

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,23 @@ main.py - main machine learning module
3939

4040
# How to Install and Use
4141
<ol>
42-
<li>Download and install <b>Wordpress</b> from https://wordpress.org/download/</li>
43-
<li>Once wordpress is installed, install <b>All In One WP Migration Plugin</b> on Wordpress</li>
44-
<li>Download my wordpress website file "localhost-wordpress-20200313-074610-uxz1wx (1).wpress" from <a href="https://drive.google.com/file/d/1aNrD43MVGyV3P2mg0JJ_JJSrM7G6G7gF/view?usp=sharing">here</a>
45-
<li>Once installed, go to the plugin and import the file "localhost-wordpress-20200313-074610-uxz1wx (1).wpress"</li>
42+
<li>Download and install <b>XAMPP server</b> from https://www.apachefriends.org/download.html and start <b>Apache</b> and <b>MySql</b> servers</li>
43+
<li>Open <b>phpmyadmin</b> by visiting http://localhost/phpmyadmin/ and create a database named <b>wordpress</b></li>
44+
<li>Select the wordpress database and click on <b>Import</b> and select the <b>wordpress.sql</b> file from the repo.</li>
45+
<li>Download my wordpress website zip file from <a href="https://drive.google.com/file/d/1q1kdNBQyQTIIq9OuMuYBUgD3fni-oJQp/view?usp=sharing">here</a>
46+
<li>Extract the above zip file in <b>xampp/htdocs</b> folder</li>
4647
<li>Go to command prompt, change directory to directory of repository and type <b>pip install -r requirements.txt</b></li>
4748
<li>To run app, type in command prompt, <b>python main.py</b></li>
48-
<li>Open your web browser and go to http://localhost/wordpress to access the web app</li>
49+
<li>Open your web browser and go to <b>http://localhost/www</b> and click on the wordpress folders to access the web app</li>
4950
</ol>
51+
<br>
52+
<b>Video of setup and demo is available at: </b>
53+
<br>
54+
55+
## Admin Credentails
56+
**Username:** admin
57+
**Email:** stockmarketpred@gmail.com
58+
**Password:** Samplepass@123
5059

5160
# Authors
5261
## Kaushik Jadhav

0 commit comments

Comments
 (0)