Giter Club home page Giter Club logo

ffxiv's Introduction

INTRODUCTION:
=============
ffxiv is a Final Fantasy XIV web application.  It uses Symfony 1.4.





SETUP INSTRUCTIONS:
===================
$ mkdir lib
$ mkdir lib/vendor

$ wget http://www.symfony-project.org/get/symfony-1.4.8.tgz
$ gunzip -d symfony-1.4.8.tgz
$ tar -xvf symfony-1.4.8.tar
$ cp -furvp symfony-1.4.8/* lib/vendor/symfony/
$ rm -rf symfony-1.4.8

$ mkdir cache
$ chmod 777 cache

$ mkdir log
$ chmod 777 log

$ cp config/databases.yml.template config/databases.yml

Edit config/databases.yml with your password.
$ vi config/databases.yml

Edit sfGuard username and password
$ vi data/fixtures/sfGuard.yml

$ ./symfony plugin:install sfDoctrineGuardPlugin
# After this plugin is installed, you may add it to config/ProjectConfiguration.php

  1 # Be sure to only have this line once in your configuration
  2 #NameVirtualHost 127.0.0.1:8080
  3
  4 # This is the configuration for your project
  5 #Listen 127.0.0.1:8080
  6
  7 <VirtualHost *:80>
  8   ServerName ffxiv.local
  9   DocumentRoot "/home/michael/_GIT/ffxiv/web"
 10   DirectoryIndex index.php
 11   <Directory "/home/michael/_GIT/ffxiv/web">
 12     AllowOverride All
 13     Allow from All
 14   </Directory>
 15
 16   Alias /sf /home/michael/_GIT/ffxiv/lib/vendor/symfony/vendor/data/web/sf
 17   <Directory "/home/michael/_GIT/ffxiv/lib/vendor/symfony/vendor/data/web/sf">
 18     AllowOverride All
 19     Allow from All
 20   </Directory>
 21 </VirtualHost>

ffxiv's People

Stargazers

Michael Salvucci avatar

Watchers

Michael Salvucci 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.