Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
fb3be28e
Commit
fb3be28e
authored
Nov 05, 2016
by
mdsecurity
Browse files
adding template files back and changing README
parent
8b1365db
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fb3be28e
...
...
@@ -12,7 +12,11 @@ I encourage you to join the #go channel in SRCT's [Slack Group](http://srct.slac
## Package Installation
<legend></legend>
### Prerequisities
### If Using Docker
First, install Docker on your system.
*
For macOS go here https://docs.docker.com/docker-for-mac/
#### Prerequisities
First, install python and git on your system.
*
Python is the programming language used for Django, the web framework used by Go.
*
Git is the version control system used for SRCT projects.
...
...
go/settings/secret.py.template
0 → 100644
View file @
fb3be28e
# Create a new file 'secret.py' and copy these contents into that file
# Please be sure to keep these variables secret in production
# You can generate a secret key from the following link: http://www.miniwebtool.com/django-secret-key-generator/
SECRET_KEY = ""
# Use the values from the database configuration
DB_NAME = ""
DB_USER = ""
# Remember to use a strong password in production
DB_PASSWORD = ""
# Often left blank
DB_HOST = ""
# Set piwik server site id (piwik can track multiple websites)
PIWIK_SITE_ID = ""
# Point to the piwik url
PIWIK_URL = ""
# Email configuration, if necessary
EMAIL_HOST = ""
EMAIL_PORT = ""
EMAIL_HOST_USER = ""
EMAIL_HOST_PASSWORD = ""
go/settings/settings.py.template
0 → 100644
View file @
fb3be28e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment