-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
39 lines (28 loc) · 1.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
WELCOME TO THE CRYPTOKLOUT PROJECT
* - Download all of the files via filezilla, or directly through GIT account
- We are using SourceTree with Atlassian for version control.
* - download wamp, assuming your using windows.
* - setup your virtual hosts via this tutorial.
https://john-dugan.com/wamp-vhost-setup/
"C:\wamp\bin\apache\Apache2.2.21\conf\httpd.conf"
- Make sure this file is not commented out in there.
Include conf/extra/httpd-vhosts.conf
Then follow the file you just uncommented
"C:\wamp\bin\apache\Apache2.2.21\conf\extra\httpd-vhosts.conf"
And add the following lines
<VirtualHost *:80>
ServerName localhost.cryptoklout.com
DocumentRoot "C:\wamp\www\cryptoklout"
</VirtualHost>
<VirtualHost *:443>
ServerName localhost.cryptoklout.com
DocumentRoot "C:\wamp\www\cryptoklout"
</VirtualHost>
<VirtualHost *:80>
ServerName localhost.api.cryptoklout.com
DocumentRoot "C:\wamp\www\cryptoklout\api"
</VirtualHost>
* Add some entries to your windows host file
C:\Windows\System32\drivers\etc\hosts
127.0.0.1 localhost.cryptoprophets.io
127.0.0.1 localhost.api.cryptoprophets.io