Giter Club home page Giter Club logo

Comments (5)

Sageth avatar Sageth commented on May 21, 2024

Have you checked out the Wiki? https://github.com/Sageth/phparcade/wiki/Installation

I haven't worked with Apache in a long time, so I don't have any documentation on how Apache should be configured at the moment.

from phparcade.

Katet1983 avatar Katet1983 commented on May 21, 2024

Thanks so much for your quick reply!
I'm afraid I did few attempts but some things are not clear. in the \installation folder there is a sql file, do I need to create a DB for it and import?

Can you please share a working version "live website" so I an see the script working.

Thanks

from phparcade.

Sageth avatar Sageth commented on May 21, 2024

Ah, I see what you mean by unclear instructions. Unfortunately, I just deleted the live website at the end of February due to other financial commitments and there isn't one publicly available at this point.

As for your question, yes, you will need a database. High level steps are:

  1. Create database (MariaDB is supported; MySQL probably works, though hasn't been tested)
  2. Run the installation/create_database.sql using your method of choice. This will create a blank 'phparcade' database with only a username of admin.
  3. Copy or clone this repo to your web directory
  4. Install composer and then run composer install --no-dev which will install all of the other dependencies.
  5. Make sure to change your permissions of files and folders to your web owner
  6. Ensure that there is a phpArcade.ini one level above your web root. So if your site is at /var/nginx/html/phparcade, you will want to put the ini file at var/nginx/html/phpArcade.ini so that it's not readable publicly.
  7. Go to 'http:///Zdminand log in usingadmin` as user and pass. Once you log in, I strongly recommend changing your password. Not only will this update your password, but it will also properly hash the password in the database.

I think that should be it I appreciate your interest in the project!

from phparcade.

Katet1983 avatar Katet1983 commented on May 21, 2024

Thanks so much for the explanations, I guess i'm doing something wrong as it didn't work for me over a standart cpanel.
the DB is giving some errors on import and the admin or install page are not coming up. happy to host your demo site if you feel like installing this .. just so Ill be sure is this script similar to : https://lagged.com/ ?

from phparcade.

Sageth avatar Sageth commented on May 21, 2024

Could you provide the exact error message(s)?

from phparcade.

Related Issues (15)

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.