GithubHelp home page GithubHelp logo

Comments (5)

leopoul avatar leopoul commented on July 21, 2024

Ran into the same issue. From the latest commit's description "Fix authentication failures & get rid of grunt" it seems that grunt is been taken off. So, I guess this no longer works https://github.com/ansible-semaphore/semaphore/blob/master/playbooks/run_semaphore#L4 and it should go via node.
After failing I went with vagrant ssh and flowed the steps of README:

  1. cp lib/credentials.example.json lib/credentials.json (<- make custom to your environment)
  2. bower install
  3. node bin/semaphore

(2) is probably not needed.

However now I get a:

GET /vendor/requirejs/require.js 200 15.882 ms - 764
  LESS File error : '../vendor/fontawesome/less/font-awesome.less' wasn't found. Tried - /opt/semaphore/public/vendor/fontawesome/less/font-awesome.less,../vendor/fontawesome/less/font-awesome.less
  LESS File : /opt/semaphore/public/css/semaphore.less 13:0
Error: '../vendor/fontawesome/less/font-awesome.less' wasn't found. Tried - /opt/semaphore/public/vendor/fontawesome/less/font-awesome.less,../vendor/fontawesome/less/font-awesome.less

whenever I hit localhost:3000 from my host

from semaphore.

craftbyte avatar craftbyte commented on July 21, 2024

from semaphore.

leopoul avatar leopoul commented on July 21, 2024

Got it working eventually.
Step 2 is needed bower install
However, running the above I got:
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/FortAwesome/Font-Awesome.git", exit code of #128

Googling around, I fixed the prob with:

git config --global url."https://".insteadOf git://
bower cache clean
bower install --allow-root

My semaphore is up. It definitely needs some looking into. If I find time I'll try to send a patch

from semaphore.

matejkramny avatar matejkramny commented on July 21, 2024

Yep the work aligns with #5.

from semaphore.

matejkramny avatar matejkramny commented on July 21, 2024

Should've been closed when #11 got merged. Strange GH didn't.

from semaphore.

Related Issues (20)

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.