Giter Club home page Giter Club logo

Comments (2)

dongbohu avatar dongbohu commented on September 26, 2024

Suppose the working directory (also the web server's root dir and where the github repo is cloned) is /home/user/tribe, then fabfile.py shows that initial_setup_and_check only creates this link:

/home/user/tribe/static ---> /home/user/tribe/interface/bin/

But according to line 30 of /home/user/tribe/tribe/urls.py:

ensure_csrf_cookie(TemplateView.as_view(template_name="index.html")),

The following file is required in order to show the main page:

/home/user/tribe/tribe/templates/index.html

By the way, the command that Rene wrote was incorrect, it should be:

ln -s ../../static/index.html templates/index.html

because static is located in /home/user/tribe/, see my explanation in the first paragraph.

I am surprised that this issue didn't show up in previous deployment(s).

from tribe.

dongbohu avatar dongbohu commented on September 26, 2024

The soft links were built in tribe-ec2-deploy in this PR:
https://bitbucket.org/greenelab/tribe-ec2-deploy/pull-requests/5/two-more-deployment-steps/diff

The issue of spin.js versions is addressed by PR #22.

from tribe.

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.