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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
<h1>LandGrab</h1>
2
2
3
-
A game in development
3
+
A Google Maps game where you fight for control of the earth. Join the game at <ahref="http://landgrab.xyz/"target="_blank">Landgrab.xyz</a> or join the community at <ahref="https://www.reddit.com/r/LandGrab/"target="_blank">/r/LandGrab</a>.
4
+
4
5
<br>
6
+
5
7
To set up a local instance
6
8
7
9
<ul>
8
10
<li>Place files in www/landgrab folder</li>
9
-
<li>Run sql/landgrab.sqland sql/land.sql in database</li>
11
+
<li>Run sql/landgrab.sql, sql/modify_effects.sql, and the files in sql/worlds as sql commands in database</li>
10
12
<li>Configure database connection in config/database.php</li>
11
13
<li>Set a cron for * * * * * php -f /path/to/application/cron.php</li>
12
14
<li>Alternatively, hit up localhost/landgrab/cron/1234 to trigger a cron (Change the token under config/constants.php for production)</li>
0 commit comments