Giter Club home page Giter Club logo

flashpoint-website's Introduction

Flashpoint-Website

This is the GitHub repository for the Flashpoint website, located at http://bluemaxima.org/flashpoint/.

Setting up dev environment

  1. Download and install XAMPP from https://www.apachefriends.org/download.html. Set your install location to the root directory (C:\ on Windows).
  2. On the GitHub repository's homepage (which you're probably already viewing), click the green "Code" button and select "Download ZIP".
  3. Navigate to C:\xampp\htdocs\ and create a new folder named fp.local. Extract the ZIP's contents into this folder.
  4. Rename the newly-extracted Flashpoint-Website-master folder to flashpoint.
  5. Navigate to C:\xampp\apache\conf\extra\ and open httpd-vhosts.conf in a text editor. Add this text to the end of the file:
<VirtualHost *:80>
    DocumentRoot "C:/xampp/htdocs/fp.local"
    ServerName fp.local
    <Directory />
        AllowOverride All
        Require all granted
        DirectoryIndex index.php
    </Directory>
</VirtualHost>
  1. Navigate to C:\Windows\System32\drivers\etc\ and open the hosts file in a text editor with administrator privileges. Add this text to the end of the file:
127.0.0.1    fp.local
  1. Open the XAMPP Control Panel. If there's not an icon on your desktop, open C:\xampp\xampp-control.exe.
  2. Click the Start button in the Apache row to start the web server.
  3. Go to http://fp.local/flashpoint/ in your browser.

If XAMPP complains about ports being blocked/used by other processes, go back to httpd-vhosts.conf and change *:80 to a random number between 2 and 5 digits (such as *:43110). Keep in mind that doing this will require you to specify the port in the URL whenever you access the site (ex. http://fp.local:43110/flashpoint/).

flashpoint-website's People

Contributors

40411 avatar bluemaxima avatar colin969 avatar deluxghost avatar puigru avatar seirade avatar shadymedic avatar wumbospasm 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.