I have heard about a CMS called BackBee SymfonyLive and I would like to install it but I can not find build : can you help me?
I tried to clone the git repository but when I access the public folder I have a blank page.
Here you can find all information you need to install BackBee in the developper documentation
Disclaimer: I'm part of BackBee core team
#alexpouyat: you can find builds here => http://www.backbee.com/get-started/download-backbee
If you clone the repository, choose backbee-standard instead of BackBee which is our PHP library.
Let me know if you need help.
Related
I need use GitLab repository in my Flutter project(Android Studio).
First, I tried "New->Get from version control", but I have error:
remote: The project you were looking for could not be found or you don't
have permission to view it
I started looking for a solution on the net and only found this manual. The key step is to add the remote repository. I tried it, but have error:
maybe I need to add login/password for gitlab to Android Studio? I will try to do this, but in the settings it is not available (only git)
any advice? I will be grateful.
I found solution here - need change url for clone(add userName):
before: https://gitlab.com/gitlab_user/myrepo.git
after: https://gitlabusername#gitlab.com/gitlab_user/myrepo.git
I don't understand the problem
and then import it
If you already checked it out and you want to add a new remote, I recommend to use CLI
git remote add upstream https://git.something.info/privat/sensoric.git
Btw, in general, I recommend to use CLI to understand what you do exactly
I want to understand how to start using the Hydrograph Tool (GitHub link below). There is no wiki associated with this project couldn't find any steps to compile/build the repo code.
https://github.com/capitalone/Hydrograph
Here is the installation guide. I haven't tried it myself, so can't tell you for sure if there are any gotchas with the installation process.
https://capitalone.github.io/Hydrograph//localInstall
Did you happen to check the readme file? There is a clear link -
https://github.com/capitalone/Hydrograph/blob/master/README.md
https://developer.capitalone.com/opensource-projects/hydrograph/
first of all, i've never done something with github, this is my first try, so please be polite and help me on the train.
I would like to use this github-project:
https://github.com/jmmcatee/cracklord which is completly in go language.
from the instructions:
If you'd like to get things build from source, it will first require you to have a working Go build environment with the GOPATH setup. Additionally, you'll probably want Git and Mercurial setup to gather the various libraries and plugins that we've used in the code.
Here are my Questions:
I've done installing git and i'm able to clone the repro, which works fine.
I've installed mercurial, but have no idea how to "setup" mercurial.
Can someone explain what mercurial setup togehter with this githubproject example means?
why i'm asking
after creating a directory git-repos
changing into this directory with cd git-repos
path is now /root/git-repos
# set GOPATH to /root/git-repos
export GOPATH=/root/git-repos
and doing go get github.com/jmmcatee/cracklord
gives this error-message:
go get github.com/jmmcatee/cracklord
can't load package: package github.com/jmmcatee/cracklord: no Go files in /root/git-repos/src/github.com/jmmcatee/cracklord
okay.
So, when i'm following the instructions i'm not able to finish. Can someone explain what i'm doing wrong?
Thank you
Paul
You don't need to set gopath anymore, it is set by default to:
~/go
You don't say which os you're using, but given your paths I assume linux. I suspect you haven't exported the environment variable correctly. You might want to try setting up a simpler package first and verifying you have your go setup right. Follow the instructions here (including verifying your setup is working, and just using the default gopath):
https://golang.org/doc/install
And try downloading and running something simpler (which doesn't require several components installed) to verify your setup first.
I'm using the NuGet N2CMS package. I've tried version 2.9.6.8 and 2.9.6.14( and .16)
This is a fresh setup/install. When finishing the setup and navigating to /N2 I'm getting a 404 Not Found from the following:
/N2/API/Context.ash?mode=full
You can see my question on their GitHub here.
Anyone experience this, or have a fix?
bherila from the N2CMS team, was able to help me. It turns out that some of the Nuget Packages do not work out of the box; one of which is the standalone N2CMS package.
I was able to get a new project working using the N2CMS.NoZip (management UI) and N2CMS.MVC packages.
Even with these, you will still need to create and decorate a RootPage and StartPage to get past installation. You can see how I created those in the link I posted in my question
Hi I tried downloading the prism 5 libraries(dlls) by following these steps here
http://msdn.microsoft.com/en-us/library/gg405471(v=pandp.40).aspx
Unfortunately I donot know where to download the libraries like prism.mvvm, pubsubevent and rest. according to the given link if I try to compile other quick starts I run into 407 authentication exception and somebody suggested (here) to manually add assemblies but I donot have assemblies to download.
Please suggest ASAP
Please try to install nuget and add the reference via nuget. its much easier to manage the libraries.
http://www.nuget.org/packages/Prism
Otherwise download from below location,
http://www.microsoft.com/en-us/download/details.aspx?id=42537
Sabaresh