ProfessionalWiki / chameleon

Provides a highly flexible and customizable skin using Bootstrap 4
https://www.mediawiki.org/wiki/Skin:Chameleon
Other
114 stars 62 forks source link

incomplete installation documentation? #95

Closed valessiobrito closed 3 years ago

valessiobrito commented 5 years ago

I have difficulty setting up the theme. I already have bootstrap installed and cache clear. How can I debug?

I did not find enough information in the documentation. Thanks for any help, I can collaborate in reviewing the documentation.

See print: Captura de tela de 2019-09-12 15-25-23

See error/log:

$ npm run build

> @ prebuild /var/www/html/libreplanet/skins/chameleon
> npm install

npm WARN chameleon No repository field.
npm WARN chameleon No license field.

added 66 packages from 46 contributors and audited 79 packages in 1.179s
found 0 vulnerabilities

> @ build /var/www/html/libreplanet/skins/chameleon
> npm run build:fontawesome && npm run build:docs

> @ build:fontawesome /var/www/html/libreplanet/skins/chameleon
> mkdir -p resources/fontawesome && cp -R node_modules/@fortawesome/fontawesome-free/
scss resources/fontawesome && cp -R node_modules/@fortawesome/fontawesome-free/
webfonts resources/fontawesome

> @ build:docs /var/www/html/libreplanet/skins/chameleon
> grep -rl 'docs/' -e '<!-- START doctoc'|xargs doctoc --title '**Contents**' --maxlevel 3 --notitle

DocToccing single file "docs/components.md" for github.com.

==================

"docs/components.md" will be updated

Everything is OK.
root@dallas:/var/www/html/libreplanet/skins/chameleon# composer update
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package mediawiki/mediawiki could not be found in any version, there may be a typo in the package name.
  Problem 2
    - Installation request for mediawiki/bootstrap ^4.0 -> satisfiable by mediawiki/bootstrap[4.0].
    - mediawiki/bootstrap 4.0 requires mediawiki/mediawiki >=1.27.0 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
s7eph4n commented 5 years ago

Please follow the installation instructions. See https://github.com/cmln/chameleon/blob/master/docs/installation.md

malberts commented 3 years ago

This is an old issue and the current installation instructions should be fine.