Giter Site home page Giter Site logo

snowflake95 / website-aion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexkulya/website-aion

0.0 1.0 0.0 6.22 MB

Website created for RealAion, and now available for free :) Yeah i'm a nice guys. And the agreement of PML (Ex-Administrator of RealAion)

PHP 30.88% JavaScript 2.35% CSS 20.53% HTML 46.24%

website-aion's Introduction

Website : Aion private server

This is a of the website and the back-office website

Installation :

  1. Execute : composer install on the project root

  2. Create a .env file to the project root

APP_ENV			= production
APP_DEBUG		= false
APP_KEY			= H3vhkJ12XDwU7MQHfAY2yh7pucgndLZc
APP_URL         = https://server-aion.com
PUSHBULLET_KEY  =

DB_HOST_GS		= localhost
DB_DATABASE_GS	= aion_gs
DB_USERNAME_GS	= root
DB_PASSWORD_GS	= root

DB_HOST_LS		= localhost
DB_DATABASE_LS	= aion_ls
DB_USERNAME_LS	= root
DB_PASSWORD_LS	= root

DB_HOST_WS		= localhost
DB_DATABASE_WS	= aion_ws
DB_USERNAME_WS	= root
DB_PASSWORD_WS	= root

CACHE_DRIVER	= file
SESSION_DRIVER	= file
QUEUE_DRIVER	= sync

MAIL_DRIVER		= smtp
MAIL_HOST		= mailtrap.io
MAIL_PORT		= 2525
MAIL_USERNAME	= null
MAIL_PASSWORD	= null
  1. Update APP_KEY on your .env file

  2. Update APP_URL on your .env file

  3. Update DB_HOST_GS | DB_HOST_LS | DB_HOST_WS and other for have access to databases. (You need create empty database for the website)

  4. You have a config files : config/aion.php

  5. Execute : php artisan migrate

  6. After Having execute the command, all databases have been modified.

  7. Execute : php artisan db:seed

  8. After having execute the command, a news have been added.

  9. Execute npm install and then gulp --production

  10. After having execute the command, all assets have been created and compile

Apache :

The framework ships with a public/.htaccess file that is used to allow URLs without index.php. If you use Apache to serve your Laravel application, be sure to enable the mod_rewrite module.

If the .htaccess file that ships with Laravel does not work with your Apache installation, try this one:

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

Nginx :

On Nginx, the following directive in your site configuration will allow "pretty" URLs:

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

Command .shop

There is an exemple on the WIKI : right here

Command .preview

There is an exemple on the WIKI : right here

Support :

If you have a issue, you can create a issue on github.

website-aion's People

Contributors

mathieuletyrant avatar

Watchers

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.