ComputerCraft Forums

ComputerCraft => Programs => Operating Systems => Topic started by: eli310 on Nov 21, 2020, 08:11 AM

Title: COSC Help
Post by: eli310 on Nov 21, 2020, 08:11 AM
COSC is an OS like Windows but not with a gui.
COSC means CraftOS Custom.
As you would have guessed this is an extension for CraftOS that adds Windows-like screens and other cool things.
If anyone wants to help with this just ask in the replies!
Title: COSC Help
Post by: QuickMuffin8782 on Nov 23, 2020, 09:43 PM
Mind if I help you start? I'll start it up in Gitlab and we'll work together. Sadly, I can't do github. :(
Title: COSC Help
Post by: eli310 on Nov 24, 2020, 09:40 PM
Quote from: QuickMuffin8782 on Nov 23, 2020, 09:43 PMMind if I help you start? I'll start it up in Gitlab and we'll work together. Sadly, I can't do github. :(
Ok that just means i'll have to move development to gitlab.
That will be a pain to do because the updater uses github api to get all the files.
Title: COSC Help
Post by: QuickMuffin8782 on Nov 25, 2020, 03:57 PM
Quote from: eli310 on Nov 24, 2020, 09:40 PM
Quote from: QuickMuffin8782 on Nov 23, 2020, 09:43 PMMind if I help you start? I'll start it up in Gitlab and we'll work together. Sadly, I can't do github. :(
Ok that just means i'll have to move development to gitlab.
That will be a pain to do because the updater uses github api to get all the files.

I found a external documentation to set you up in gitlab. The API goes to the REST api, so it may involve using http. If you look at the documentation, you can use github as well as gitlab using the settings based on your updater if needed.
Here's the link to the documentation: Gitlab API documentation (https://docs.gitlab.com/ee/api/)
Title: COSC Help
Post by: QuickMuffin8782 on Nov 25, 2020, 08:13 PM
Quote from: QuickMuffin8782 on Nov 25, 2020, 03:57 PM
Quote from: eli310 on Nov 24, 2020, 09:40 PM
Quote from: QuickMuffin8782 on Nov 23, 2020, 09:43 PMMind if I help you start? I'll start it up in Gitlab and we'll work together. Sadly, I can't do github. :(
Ok that just means i'll have to move development to gitlab.
That will be a pain to do because the updater uses github api to get all the files.

I found a external documentation to set you up in gitlab. The API goes to the REST api, so it may involve using http. If you look at the documentation, you can use github as well as gitlab using the settings based on your updater if needed.
Here's the link to the documentation: Gitlab API documentation (https://docs.gitlab.com/ee/api/)

You can also use your Github account to link using Gitlab so you don't have to use your google account. If you have any questions, PM me, and I'll help.
Title: COSC Help
Post by: eli310 on Nov 27, 2020, 09:13 PM
Quote from: QuickMuffin8782 on Nov 25, 2020, 08:13 PM
Quote from: QuickMuffin8782 on Nov 25, 2020, 03:57 PM
Quote from: eli310 on Nov 24, 2020, 09:40 PM
Quote from: QuickMuffin8782 on Nov 23, 2020, 09:43 PMMind if I help you start? I'll start it up in Gitlab and we'll work together. Sadly, I can't do github. :(
Ok that just means i'll have to move development to gitlab.
That will be a pain to do because the updater uses github api to get all the files.

I found a external documentation to set you up in gitlab. The API goes to the REST api, so it may involve using http. If you look at the documentation, you can use github as well as gitlab using the settings based on your updater if needed.
Here's the link to the documentation: Gitlab API documentation (https://docs.gitlab.com/ee/api/)

You can also use your Github account to link using Gitlab so you don't have to use your google account. If you have any questions, PM me, and I'll help.

Can you make gitlab sync the repo with github?
Title: COSC Help
Post by: QuickMuffin8782 on Nov 27, 2020, 09:22 PM
Quote from: eli310 on Nov 27, 2020, 09:13 PM
Quote from: QuickMuffin8782 on Nov 25, 2020, 08:13 PM
Quote from: QuickMuffin8782 on Nov 25, 2020, 03:57 PM
Quote from: eli310 on Nov 24, 2020, 09:40 PM
Quote from: QuickMuffin8782 on Nov 23, 2020, 09:43 PMMind if I help you start? I'll start it up in Gitlab and we'll work together. Sadly, I can't do github. :(
Ok that just means i'll have to move development to gitlab.
That will be a pain to do because the updater uses github api to get all the files.

I found a external documentation to set you up in gitlab. The API goes to the REST api, so it may involve using http. If you look at the documentation, you can use github as well as gitlab using the settings based on your updater if needed.
Here's the link to the documentation: Gitlab API documentation (https://docs.gitlab.com/ee/api/)

You can also use your Github account to link using Gitlab so you don't have to use your google account. If you have any questions, PM me, and I'll help.

Can you make gitlab sync the repo with github?

Well, you can import your projects from github, once you have it accessed, but Gitlab is same as github, but it also has one good feature, Web IDE. I'll get you in. The link to the repository is here: https://gitlab.com/eli310-main/csoc/ (https://gitlab.com/eli310-main/csoc/)
I've also included some tips in your github group.
Title: COSC Help
Post by: QuickMuffin8782 on Nov 27, 2020, 09:24 PM
Quote from: QuickMuffin8782 on Nov 27, 2020, 09:22 PM
Quote from: QuickMuffin8782 on Nov 27, 2020, 09:22 PM
Quote from: eli310 on Nov 27, 2020, 09:13 PM-snip

Can you make gitlab sync the repo with github?

Well, you can import your projects from github, once you have it accessed, but Gitlab is same as github, but it also has one good feature, Web IDE. I'll get you in. The link to the repository is here: https://gitlab.com/eli310-main/csoc/ (https://gitlab.com/eli310-main/csoc/)
I've also included some tips in your github group.

Here's a article which can help. (https://medium.com/@OpusTheRobot/how-to-sync-github-to-gitlab-f052803eb279)