{"id":20494876,"url":"https://github.com/apiko-dev/customer-instructions","last_synced_at":"2026-03-09T13:41:31.571Z","repository":{"id":34931727,"uuid":"39002422","full_name":"apiko-dev/customer-instructions","owner":"apiko-dev","description":"Instructions for clone/commit/push in GIT and running meteor app","archived":false,"fork":false,"pushed_at":"2015-08-13T07:49:32.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-01-16T06:12:11.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jssolutionsdev.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apiko-dev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-13T09:13:04.000Z","updated_at":"2016-02-04T08:19:45.000Z","dependencies_parsed_at":"2022-08-24T03:10:51.721Z","dependency_job_id":null,"html_url":"https://github.com/apiko-dev/customer-instructions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiko-dev%2Fcustomer-instructions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiko-dev%2Fcustomer-instructions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiko-dev%2Fcustomer-instructions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiko-dev%2Fcustomer-instructions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apiko-dev","download_url":"https://codeload.github.com/apiko-dev/customer-instructions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242076655,"owners_count":20068234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:43:37.592Z","updated_at":"2026-03-09T13:41:31.543Z","avatar_url":"https://github.com/apiko-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"####To clone repository you need to follow this steps:\n\n0) Open terminal and go to directory where repo folder should be cloned to like:\n```\ncd ~\n#repo will be cloned into your home directory\n#by default terminal will be opened there\n```\n1) ensure you have GIT:\n```\ngit --version\n```\nOutput (if you already have GIT) will be something like: `git version 2.3.2 (Apple Git-55)`\n\n2) if you don't then install it:\n\nhttp://git-scm.com/download/mac\n\nDownload and install GIT package. Then goto step #0.\n\n3) Finally you can clone repo with command:\n```\ngit clone https://repository.url\n```\nWhile executing this command you need to enter login and password from your bitbucket account.\n\nNow files are ready for editing.\n\n####If you would like to run application locally (in oder to check everything) you need follow this steps:\n\n1) Install meteor:\n```\nsudo curl https://install.meteor.com/ | sh\n```\n2) Go into folder with application repository. In case if you cloned repo into home directory (`cd ~`) you should go into:\n  `cd ~/application-name`\n\n3) Run Meteor app with command (```sudo``` may be required):\n```\nmeteor\n```\nIn case there is a message 'Can't listen on port 3000. Perhaps another Meteor is running?' - run meteor on the another port (```sudo``` may be required):\n```\nmeteor -p 2000\n```\nIf app was started successfully you will see next output:\n```\n=\u003e Started proxy.\n=\u003e Started MongoDB.\n=\u003e Started your app.\n=\u003e App running at: http://localhost:3000/\n```\n\n4) Now you can open application in browser by navigating to URL:\n`http://localhost:3000/`.\n\n__Note:__ After starting app you __don't__ need to restart it each time you make changes in application's files. Meteor will restart app automatically after file changes detecting. \n\n5) To stop application just press `Ctrl+C` in terminal window where application was started.\n\n\n####In order to upload your changes to repository (make a commit) you need follow this steps in \"Terminal\":\n\n0) Ensure you are in repository's root directory (in this example: `~/application-name`).\n\n1) Add all changed files to next commit by command:\n```\ngit add --all\n```\n\n2) Commit files:\n```\ngit commit -m \"Short description of changes you have made should be here\"\n```\n\n3) Upload files to repository (make push):\n```\ngit push origin master\n```\n\nAgain, you probably need to enter user name and password for Bitbucket.\n\nMade by [![Professional Meteor Development Studio](http://s30.postimg.org/jfno1g71p/jss_xs.png)](http://jssolutionsdev.com) - [Professional Meteor Development Company](http://jssolutionsdev.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiko-dev%2Fcustomer-instructions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapiko-dev%2Fcustomer-instructions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiko-dev%2Fcustomer-instructions/lists"}