{"id":21339476,"url":"https://github.com/cuboulder/atlas","last_synced_at":"2025-07-12T14:32:09.449Z","repository":{"id":45124114,"uuid":"51956644","full_name":"CuBoulder/atlas","owner":"CuBoulder","description":"Website inventory and deployment agent for Web Express","archived":false,"fork":false,"pushed_at":"2022-12-27T14:55:08.000Z","size":1663,"stargazers_count":3,"open_issues_count":11,"forks_count":5,"subscribers_count":16,"default_branch":"dev","last_synced_at":"2023-03-22T20:47:55.766Z","etag":null,"topics":["drupal","python","python-celery","python-eve","rest-api"],"latest_commit_sha":null,"homepage":"https://cuboulder.github.io/atlas/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CuBoulder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-17T21:28:25.000Z","updated_at":"2023-01-31T16:41:43.000Z","dependencies_parsed_at":"2023-01-31T04:01:52.938Z","dependency_job_id":null,"html_url":"https://github.com/CuBoulder/atlas","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuBoulder%2Fatlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuBoulder%2Fatlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuBoulder%2Fatlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuBoulder%2Fatlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CuBoulder","download_url":"https://codeload.github.com/CuBoulder/atlas/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225825225,"owners_count":17529905,"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":["drupal","python","python-celery","python-eve","rest-api"],"created_at":"2024-11-22T00:46:11.311Z","updated_at":"2024-11-22T00:46:11.815Z","avatar_url":"https://github.com/CuBoulder.png","language":"Python","readme":"# Atlas\n\nAtlas is a RESTful API that interacts with servers to deploy and maintain [Web Express](https://github.com/CuBoulder/express) at University of Colorado Boulder.\n\n## Features\n\n* Chronological tasks run to keep a small number of instances available for assignment to end users.\n* POST to create additional instances on demand.\n* Available instances are replaced every night.\n* All items are versioned.\n* Backups and restore to new instance.\n\n### API\n\n* Prefers to receive JSON encoded POST request.\n* CRUD Web Express instances\n\n## Local setup\n\n* Create and activate virtual environment\n\n  ```sh\n  virtualenv .venv\n  source .venv/bin/activate\n  ```\n\n* Install requirements\n  \n  ```sh\n  pip install -r requirements.txt\n  ```\n\n* Install MongoDB - [Homebrew](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)\n\n  ```sh\n  brew tap mongodb/brew\n  brew install mongodb-community@4.2\n  # Run as a Homebrew service\n  brew services start mongodb-community@4.2\n  ```\n\n* Create config files and update with your information\n\n  ```sh\n  cp atlas/config_local.py.example atlas/config_local.py\n  cp atlas/config_servers.py.example atlas/config_servers.py\n  ```\n\n* Start Atlas\n\n  ```sh\n  FLASK_APP=run.py flask run\n  ```\n\n* Import sample database\n\n  ```sh\n  mongorestore [path/to/dump/location]\n  ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuboulder%2Fatlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuboulder%2Fatlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuboulder%2Fatlas/lists"}