instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.6k stars 2.48k forks source link

[CODESPACES] Adds configuration for starting app in codespaces #2038

Closed octosteve closed 1 year ago

octosteve commented 2 years ago

Hello! I wanted to contribute a configuration for getting up and running with Codespaces. It closely modeled after this setup.

The resulting environment is one with gems and assets installed, and an admin user. You are also opted out of stats collection since this part is not done interactively.

Account name: learn_good_things_school Admin Email: admin@example.com Admin Password: secret123

It will take a while to run. Once it's done running, just run rails s to boot the server.

Let me know if you have any questions. Thanks!

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

jedieaston commented 2 years ago

Have you checked out #1986? I did a similar thing, if you would like to take a peek.

octosteve commented 2 years ago

@jedieaston I see that... I can't for the life of me figure out why I wrote this then!