Giter VIP home page Giter VIP logo

fmi-xml-project's Introduction

fmi-xml-project

cd catalog
composer install

cd /etc/apache2/sites-available/
sudo touch fmi-jokes.com.conf
sudo vim fmi-jokes.com.conf

<VirtualHost www.fmi-jokes.com:80>
        ServerAdmin [email protected]
        DocumentRoot [PATH-TO-PROJECT]/fmi-xml-project/catalog/public/
        <Directory />
            Options FollowSymLinks
            AllowOverride All
            Order deny,allow
            Require all granted
        </Directory>

        <Directory [PATH-TO-PROJECT]/fmi-xml-project/catalog/public/>
                Options Indexes FollowSymLinks Includes ExecCGI
                AllowOverride All
                Require all granted
        </Directory>
        ServerName www.fmi-jokes.mtr
        ServerAlias www.fmi-jokes.mtr
        ErrorLog /var/log/apache2/logs/fmi-jokes.www-error_log.log
        CustomLog /var/log/apache2/logs/fmi-jokes.www-access_log.log common
</VirtualHost>

sudo a2ensite fmi-jokes.com.conf 
sudo service apache2 restart 

sudo vim /etc/hosts

# FMI Projects
127.0.0.1       www.fmi-jokes.com

sudo chmod 777 -R storage


.env

APP_ENV=local
APP_DEBUG=true
APP_KEY=Idgz1PE3zO9iNc0E3oeH3CHDPX9MzZe3

APP_LOCALE=en
APP_FALLBACK_LOCALE=en

DB_CONNECTION=sqlite
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=memcached
SESSION_DRIVER=memcached
QUEUE_DRIVER=database

# MAIL_DRIVER=smtp
# MAIL_HOST=mailtrap.io
# MAIL_PORT=2525
# MAIL_USERNAME=null
# MAIL_PASSWORD=null
# MAIL_FROM_ADDRESS=null
# MAIL_FROM_NAME=null

# FILESYSTEM_DRIVER=local
# FILESYSTEM_CLOUD=s3

# S3_KEY=null
# S3_SECRET=null
# S3_REGION=null
# S3_BUCKET=null

# RACKSPACE_USERNAME=null
# RACKSPACE_KEY=null
# RACKSPACE_CONTAINER=null
# RACKSPACE_REGION=null


fmi-xml-project's People

Contributors

valkirilov avatar

Watchers

James Cloos avatar  avatar  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.