GithubHelp home page GithubHelp logo

dbrewpnw / swellcaster Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 20.23 MB

Open source swell forecasting app designed to display / store an organized table of forecasted swell size, interval and direction from a specified NOAA buoy within the LOLA system.

License: GNU General Public License v3.0

VBA 20.47% PLSQL 0.04% Dockerfile 0.06% PHP 76.01% HTML 1.84% Shell 0.79% Batchfile 0.04% Makefile 0.75%

swellcaster's Introduction

docker-drupal-lamp

Minimal Drupal 7.x development environment stack.

How to use:

  1. Place a copy of this docker-compose.yml file at your Drupal site root or maybe create a folder "docker/".

  2. Build the image using 'docker build -t your_image_name .'

  3. Start the web stack: 'docker-compose up -d'

  4. To see your running containers: docker ps

  5. To get inside the container using bash: 'docker-compose exec web bash'

  6. For new installation:
    Add Database setup instructions while installing Drupal:

  • Database name = 'your_db_name'
  • Database username = 'root'
  • Leave database password blank
  • Expand "Advanced options" and set Database host = 'db' (This is defined in docker-compose.yml file)
  1. For existing installation:
    Import Database using:
    docker exec -i your_db_container mysql -uroot -proot your_db_name < filename.sql

  2. Make necessary changes in settings.php

  3. Run Drush commands with:

  • USER_ID=$(id -u) docker-compose run --rm drush $rest_of_the_command

swellcaster's People

Watchers

 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.