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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,23 @@ main.py - main machine learning module
39
39
40
40
# How to Install and Use
41
41
<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 <ahref="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 <ahref="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>
46
47
<li>Go to command prompt, change directory to directory of repository and type <b>pip install -r requirements.txt</b></li>
47
48
<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>
0 commit comments