Giter VIP home page Giter VIP logo

jimmy's Introduction

Jimmy

The year is 2048. A world-wide corporations and concerns increased their power and slowly took over the control of the world order. Militantly anti-globalists try to stop the system by any possible means, including a new world war. Last resistence, the only peaceful anti-system movement built a powerful device that protects world from a possible nuclear destruction located in a secret base. Jimmy, the last of them, is the only one who can stop an incoming nuclear catastrophe. But something went wrong and he needs your help. Invite your friends and help Jimmy save the world.

Server configuration

Let's assume you have the following apache configuration.

<VirtualHost *:80>
	ServerAdmin webmaster@localhost

	DocumentRoot /var/www/some/folder/save

	ServerName helpjim.me
	ServerAlias www.helpjim.me
	Options -Indexes

	<Directory /var/www/some/folder/html>
		Options FollowSymLinks
		AllowOverride None
	</Directory>

	ErrorLog ${APACHE_LOG_DIR}/error.log

	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn

	CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

The folder /var/www/some/folder/save would be your DocumentRoot, the path /var/www/some/folder has then to be set in the path variable in the deployment script bin/deploy.sh. Open this file in a text editor and set this variable.

It's important to that the last path segment is save because the node script will reference it.

Deploy the game

Execute bin/deploy.sh.

jimmy's People

Contributors

slopjong avatar

Stargazers

Steve Clement avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.