Code Monkey home page Code Monkey logo

hackerspaces-status-wall's People

Contributors

slopjong avatar trevorpower avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hackerspaces-status-wall's Issues

Where is foreman (or in what package is it) on an Ubuntu 12.04 system?

I've prepared a Vagrant box for easier local development. Unfortunately I'm not able to get foreman run.

From this list I've installed the following packages:

  • foreman
  • foreman-cli
  • foreman-console
  • foreman-gce
  • ruby-hammer-cli-foreman
  • ruby-hammer-cli

@trevorpower can you make the Vagrant box work?

Vagrant

For the case you don't know Vagrant, install it on your system (beside VirtualBox) and change to the project directory. Here you simply execute vagrant up and ssh into it with vagrant ssh.

Inside the box the shared folder is mounted to /vagrant.

The vagrant files are in the feature/vagrant-box branch while foreman is configured here.

You forgot to commit files

Did you forget to commit something? Your code cannot work like this.

Let me know if I missed something but I simply followed the readme which doesn't work as is.

This is the directory structure of the database module:

|-- database
|   |-- collections.coffee
|   |-- create.coffee
|   `-- README.md

You require database and production but they don't exist:

database = require('../database/database') require('../database/settings/production')

database.connect (err, db) ->
  if err
    console.log err
    process.exit()
  else
    require('../database/create') db, {}, (err) ->
      console.log err if err
      process.exit()

As you see here:

Error: Cannot find module '../database/database'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/vagrant/tasks/create_database.coffee:4:14)
    at Object.<anonymous> (/vagrant/tasks/create_database.coffee:18:4)
    at Module._compile (module.js:456:26)
    at Object.exports.run (/usr/lib/coffee-script/lib/coffee-script/coffee-script.js:68:25)
    at compileScript (/usr/lib/coffee-script/lib/coffee-script/command.js:135:29)
    at /usr/lib/coffee-script/lib/coffee-script/command.js:110:18

'Content-Type is unavailable' error?

Howdy Trevor,

Line 68-72 on main.coffee has Content-Type parsey bits. I think that's the part that doesn't seem to be reading correctly!

091 Labs is definitely sending a Content-Type header since earlier today anyway but I don't know enough of (coffee || java)script to figure out the error.

If I can be of help, let me know!

Cheers,
Padraic

db does not update when existing hackspace gets new API

api.maschinenraum.tk is missing from hackerspaces.me.
i lurked into the code a little and my guess would be that since the space had no API when it got created in zour db, it is not marked as "no api". it does not seem to update this info when an "old" space gets announced by OpenSpaceDirectory.

Update from Hackerspace Status API Directory more often

Hi guys,

I've added my Hackspace to the Hackerspace Status API Directory, but it's not appearing on your site yet.

I think it's been a couple of weeks now.

I'm looking forward to seeing us "on the map" so to speak! :)

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.