Giter Site home page Giter Site logo

Comments (10)

grsmv avatar grsmv commented on May 25, 2024

Please past here output from your go env

from clio.

dovchar avatar dovchar commented on May 25, 2024

GOARCH="386"
GOBIN=""
GOCHAR="8"
GOEXE=""
GOHOSTARCH="386"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/dima/Projects/go/clio_test/"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_386"
CC="gcc"
GOGCCFLAGS="-g -O2 -fPIC -m32 -pthread -fno-common"
CGO_ENABLED="1"

from clio.

dovchar avatar dovchar commented on May 25, 2024

Also when I run app it will be better show status for example:
clio application was running on localhost:4567

from clio.

grsmv avatar grsmv commented on May 25, 2024

Thanks a lots

from clio.

grsmv avatar grsmv commented on May 25, 2024

During creation of app Clio's core assumes that your template files stored in
$GOPATH/src/github.com/pallada/clio/templates/ directory.

Your GOPATH is /Users/dima/Projects/go/clio_test/ and Clio search for templates in /. Please check your Go settings.

Also, on my computer, message about non existing source in templates looks like:
error: open /Users/sergey/go/bin/src/github.com/pallada/clio/templates/public/javascripts/vendor/backbone/backbone.js
Which shows that Clio searches in GOPATH/*.

P.S. One additional note: if you'll fix your GO settings, don't be bothered by messages about underscore and backbone non existing files - we will move them out of Cio's Core.

from clio.

dovchar avatar dovchar commented on May 25, 2024

yes I fix it. thank you. So now I see application.go file in root when I do 'clio run' everything works like prev. :
MacBook-Pro-Dmytro:qa dima$ clio run
coffee started
scss started

if I do 'go run application.go' I see this:
MacBook-Pro-Dmytro:qa dima$ go run application.go
../github.com/pallada/clio/helpers/paths.go:5:5: cannot find package "bitbucket.org/kardianos/osext" in any of:
/usr/local/go/src/pkg/bitbucket.org/kardianos/osext (from $GOROOT)
/Users/dima/Projects/go/test/src/bitbucket.org/kardianos/osext (from $GOPATH)

do you know what is it?

from clio.

grsmv avatar grsmv commented on May 25, 2024

Hm, bitbucket.org/kardianos/osext - Package that Clio uses for inner purposes. So we definitely need to do clio deps feature.

from clio.

grsmv avatar grsmv commented on May 25, 2024

Dima, all relative issues fixed. Please grab fresh copy of Clio and test this. After your report I'll close this issue. Thanks

from clio.

dovchar avatar dovchar commented on May 25, 2024

I will do it today. Thank you a lot

from clio.

grsmv avatar grsmv commented on May 25, 2024

Actually, after all that fixes Clio smoothly installs on a fresh server.

from clio.

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.