You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
-
# NET Core Boilerplate
1
+
#NET Core 1.0 Boilerplate
2
+
The NET Core 1.0 Boilerplate is a vagrant box that installs Ubuntu 14.04, NET Core 1.0, and Node JS. It also has optional packages you can install in the provision.sh shell script.
2
3
3
-
4
-
# System Requirements
4
+
##System Requirements
5
5
* Vagrant
6
6
7
+
##Installation
8
+
- Clone this repository
9
+
- Enter the directory
10
+
- In your console type: vagrant up
11
+
- If everything works in the final screen a new NET Core hello world application will be compiled, ran, and output "Hello World!"
12
+
- If you would like to install additional packages you can configure them in vagrant/provision.sh
7
13
8
-
##Found a Bug?
9
-
Please report any bugs to the [issues](https://github.com/manufacturing-industry/perseus/issues) section.
10
-
14
+
##Found a Bug or Have a Suggestion?
15
+
Please report your bug or suggestion to the [issues](https://github.com/SourceCode/netcoreboiler/issues) section.
0 commit comments