SRCTWeb welcomes all the help it can get. Even if you don't feel like you can be helpful the more technical aspects, we definitely need designers, technical writers, and testers.
There are many things that can be done with this project (see the "To Do" section), but sometimes it's the small things that count, so don't be afraid of contributing just a small spelling mistake.
If you need help at all please contact and SRCT member. We want people to contribute, so if you are struggling, or just want to learn we are more than willing to help.
The project lead for this project is **Daniel Bond**. *dbond2@gmu.edu*
Please visit the [SRCT Wiki](http://wiki.srct.gmu.edu/) for more information on this and other SRCT projects, along with other helpful links and tutorials.
## git
First take a look at [github flow](https://guides.github.com/introduction/flow/)
A static site built with [Jekyll](https://jekyllrb.com/).
SRCTWeb welcomes all the help it can get. Even if you don't feel like you can be helpful the more technical aspects, we definitely need designers, technical writers, and testers.
# Setup instructions for local development
There are many things that can be done with this project (see the "To Do" section), but sometimes it's the small things that count, so don't be afraid of contributing just a small spelling mistake.
## 1) Install `git` on your system
If you need help at all please contact and SRCT member. We want people to contribute, so if you are struggling, or just want to learn we are more than willing to help.
`git` is the version control system used for SRCT projects.
The project lead for this project is **Daniel Bond**. *dbond2@gmu.edu*
### On Linux Based Systems
Please visit the [SRCT Wiki](http://wiki.srct.gmu.edu/) for more information on this and other SRCT projects, along with other helpful links and tutorials.
**with apt:**
## Setup
Open a terminal and run the following command:
To get started, you'll need the following installed:
**b)** Now, on your computer, navigate to the directory in which you want to download the project (ie. perhaps one called `~/development/SRCT`), and run
git clone git@git.gmu.edu:srct/srctweb.git
to be continued...
\ No newline at end of file
## 3) Get SRCTWeb up and running with the method of your choice
Now that we have cloned down the repo you can
cd srctweb/
and get to working on setting up a development environment!
### Docker
Installing Docker on your system:
* For macOS go here: https://docs.docker.com/docker-for-mac/
* For Windows go here: https://docs.docker.com/docker-for-windows/
* For your specific linux disro go here: https://docs.docker.com/engine/installation/
* Additionally, you will need to install docker-compose: https://docs.docker.com/compose/install/
Run:
docker-compose up
If that doesn't work, try:
sudo docker-compose up
You should see that the server is running by going to [http://localhost:4000](http://localhost:4000) in your browser. Any changes you make to your local file system will be mirrored in the server.
# Contrubuting
Please read `CONTRIBUTING.md` for specific information and best practices on how