-
Notifications
You must be signed in to change notification settings - Fork 20
Add installation instructions #15
Add installation instructions #15
Conversation
You might consider adding a link to the version requirements: |
…/github.com/benjamin-allen/core into benjamin-allen/14/installation-instructions
README.md
Outdated
2. When prompted to select workloads, select the "ASP.NET and Web Development" workload, and then install it. | ||
3. Once the installation is complete, clone/download this repository and extract it somewhere. | ||
4. In the root of the repository, open the `Codidact.sln` file with visual studio to get started. | ||
5. Once Visual Studio has finished loading, you can run Codidact by setting the WebUI project as the startup project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will have a proper review in 6-8, when I set up my own environment. We'll hold off merge as you suggest until #12 is complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve this, but I ask everyone not to merge, until @ArtOfCode- has done so too.
Approved as-is, but keep holding off for #12. |
#12 is merged, so setup will have changed slightly. |
Thanks! I'll go through steps again and update as necessary. |
c7dd9d8
DB instructions are now in. Turns out they're pretty much the same between Windows and Linux, the difference was primarily "how do I install Postgres". |
A first step at resolving #14.
This documentation is current with develop but will need to be updated once #12 is in. It may be best to hold off on a merge until those instructions can be added.
Includes instructions for Windows and Linux.