GithubHelp home page GithubHelp logo

nobelium / labyrinth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boopathi/labyrinth

0.0 3.0 1.0 194 KB

A Puzzle game

Home Page: http://www.pragyan.org/labyrinth

PHP 43.76% JavaScript 56.24%

labyrinth's Introduction

Installation

  • If you're already familiar with httpd, directly run the webapp from a browser. Others continue reading the article

Finding the Settings

find /etc/ | grep httpd\.conf$

  • This fetches you the location of your apache server config file. In ubuntu it might be apache2.conf

egrep -iw '^user|^group' /etc/httpd/conf/httpd.conf

  • /etc/httpd/conf/httpd.conf is the config file that is fetched using the first command. In this stage, notedown the username and groupname of the http-user.

cd /var/www/labyrinth/

  • Navigate to the application source folder

sudo chown -R httpd-user:httpd-group .

  • httpd-user is the username, and httpd-group is the group name fetched from the egrep run on httpd.conf

  • Now you can proceed to the installation by opening the webapp from a browser.

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.