Code Monkey home page Code Monkey logo

cms's Introduction

OpenPanfu CMS

About

This is the site that you'll run in order to play the game, it is based on the Laravel framework which uses Bootstrap.

We did not try to make a replicate the style of panfu itself yet, we think you're capable of that yourself and this just works fine.

Both Laravel and Bootstrap use the MIT License which you can read yourself.

Required things

For installation you'll need a MySQL server. You'll also need PHP (cli) and Composer installed in your terminal, this PHP version has to be >7.1.3

Required enabled PHP extensions

  • PDO
  • OpenSSL
  • Mbstring
  • Tokenizer
  • XML
  • Ctype
  • JSON

Setup

Alright, from here on we assume you have all of the requirements as mentioned above.

  1. Clone this project.
  2. Go to your project folder, copy .env.example to .env and open it.
  3. Change 'APP_NAME', 'DB_HOST', 'DB_PORT', 'DB_USERNAME' 'DB_PASSWORD' according to your MySQL configuration.
  4. Open your terminal, make sure your current directory is your cloned project's directory.
  5. Run 'composer install' to let laravel get all of it's components
  6. Run 'php artisan key:generate' in order to set the key that is used for all encrypted data like your sessions.
  7. Run 'php artisan migrate' to let laravel create the database for you.
  8. Go inside the public folder, place your InformationServer inside the public folder.
  9. Copy your FlashClient (20141201 for best support) to the public folder, so it is /Public/FlashClient/Panfu.swf.
  10. Run 'php artisan serve' in your terminal and now you should have a functioning CMS on http://localhost:8000/.

Advanced

But I don't want to run my InformationServer from the CMS

This will be supported next commit.

But I am using an external host (CDN) for the flashclient files

This will be supported next commit.

cms's People

Contributors

altro50 avatar christiaandev avatar th3fallenangel 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.