Skip to content

fieldkit/osl-website

Repository files navigation

Open Sensor Library

Requirements

Setup

  1. Use the Node.js version specified in the .nvmrc file.

    nvm use
  2. Install the dependencies.

    npm install
    composer install
  3. Run the build.

    npm run build
  4. Start the local development environment.

    docker-compose up -d
  5. Open "http://localhost:8080/" in a web browser.

Restoring from a backup

  1. Move required files.

    • mediawiki/LocalSettings.php
    • mediawiki/images/
  2. Import database.

    docker exec -i osl-database mysql -umediawiki -pmediawiki mediawiki < mysql.sql

    Replace mysql.sql with the path of the dump file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published