Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm new to programming and would like to set up some kind of version control. I'm not sure how all this works.
I'm thinking that i would need to set up some remote server to check code in and out of so that if something happens to my computer i don't lose the code.
What i don't understand is if there are websites over there that offer free hosting for the repository or how does that work.
Have a look at github.com. You can have there free git (famous version control system) hosting up to 300MB (i think it's 300) of source code.
I think github has also payed account where you can have private/non-public-visible repositories.
And maybe also take a look at bitbucket.org.
What i do:
I'm using gitosis on a own server.
With gitosis you can build you own git remote (server).
But this solution requires a root server which cost around 70UDS/month.
With your own server you are independent and you don't have to place your code on other servers.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
One of web tools we intend to use requires docker for installation. Due to limitation in resources, however, the only way for us to deploy this tool is on a shared university php webserver with an associated MySQL database. My question is, can you somehow convert or even "compile" this docker-dependent tool to get some simple package, similar, for instance, to Wordpress? Indeed, as per my understanding, Wordpress development does require docker, while the final package for Wordpress installation does not.
Is this operation of docker-removal possible and is there a standardised workflow? The tool in question is located in the following repository.
I have tried to install the tool as is, being blocked by the lack of admin privileges and the absence of docker on the described university webserver. I have experience in setting up Wordpress, I would expect for my tool of interest to have a more sophisticated installation process (compared to the current 3 steps) without docker and, for instance, to also require manual connection to an SQL-database.
Please excuse me for my limited understanding and layman terms, I am sadly not coming from a computer science background.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
So for a schoolproject we want to use Jenkins. During the installation, Jenkins asks for service logon credentials (local/ domain accountname and the password for the account). This raised a question in the group wether Jenkins is safe to use or not, because you are giving away sensitive information.
So is Jenkins safe to use? Could somebody also give a explanation why it is safe to use (How it works exactly)
Read Securing Jenkins
Create a service account (needs logonasservice) as explained here for the controller.
Have a separate account to run the agents under. Use a third to access the source control system (use credentials plugin).
Your admins can restrict where the accounts can run and what privileges the have. Do NOT run as system or root (inside Docker is OK) and it's fine.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
The company I've applied for internship wanted me to do some mvc project. I've finished the project but I really don't know how to send it to them via email.The project includes a small database. I know I can't compress the solution folder and send it. Do I have to upload the project to a hosting service? If I deploy it to a hosting service and send them a website url then can they evaluate my work?
I suggest that you
Register on Github or Bitbucket (if you want private repos)
Create a Git repo with this .gitignore file.
Give them an url to a repo, and they will have a better impression of you.
Generate script for your DB (You can generate with data too.)
Remove bin directory.
Add readme.txt file in which mention all steps that need to be performed for setting up your project.
Create zip file and send it.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am about to start using Visual Studio 2012 Pro with Azure Websites. I am not using Source control at present. However the idea of rolling back previous versions is very appealing if new code does not work. I really want to keep this as simple as possible.
The options I see are:
1.) TFS (service)
2.) GIT from Local repository to Azure Repository.
3.) Hosted GIT. SInce I am not using GIT at present, then I think this could become an unnecessary extra step.
I am using MVC3, EF4.1, SQL Server, C#.
From your experiences of both, it would be very interesting to hear of your observations
Thank you in advance.
EDIT:
Yes it could be opinion based, but I was hoping for some factual feedback from any folks that had perhaps tried both. I have altered my question above accordingly.
You can use Visual Studio Online. It integrates well with Azure Management Portal and offers both TFS and Git.
Visual Studio Online is free for up to 5 users. Whether you want to go with Git or TFS, I suggest you play around with both and then decide which one you like.
It also offers Agile and Scrum development process templates.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
What's the best way to get Git to work from China? Heroku to be exact. My internet speed is decent, 8+mb download, 1mb upload. But even something like Git Pull will 'hang up unexpectedly'. Most websites load fine though.
Good. It seems you've crashed onto the Great Firewall (GFW for short) ;-)
When you mean most websites load fine, can you access twitter/facebook/youtube? If you see "connection reset by peer" then that's it.
Use a VPN or SSH tunnel to send your network traffic through the GFW is a common option to bypass censorship.
I myself setup my own homebrew ssh tunnel/VPN on linode VPS. There are many VPN service providers, one build by #yegle is pretty decent. One of my friends just setup a new site, you might want to have a look.
Using VPN is a good choice. I have using Shadowsocks for serval months. It works fine.
Haha this is a common problem for foreign folks all around here.
Yeah Shadowsocks is great, since VPN protocols can be easily detected by the authority (secret: some people are charged crime for this.)
Maybe you should setup a server in Hong Kong with Shadowsocks server configured. But one temporary solution is local mapping.
Modify your system hosts file and map the address 43.242.175.186 to the git server hostname.
Personally I’d prefer Alibaba Cloud.