Skip to content

Commit

Permalink
removed all but 1 links to github wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Souren committed Nov 14, 2018
1 parent 7c9d201 commit 114c660
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -35,7 +35,3 @@ We value getting things done attitude. Arguments about minor issues shouldn't ge

We highly value real life interaction. Both within the network as well as among technical contributors. If possible, try to meet up with other Trustroots contributors in real life. You can connect your Trustroots profile to your GitHub account to facilitate such connections.


# Contributing

Please see [Development](https://github.com/Trustroots/trustroots/wiki/Development/) and [Volunteering](https://github.com/Trustroots/trustroots/wiki/Volunteering) pages for more info.
3 changes: 1 addition & 2 deletions INSTALL-DOCKER.md
Expand Up @@ -64,7 +64,6 @@ You can now access these from your browser:
- To read and debug emails, open Maildev [http://localhost:1080](http://localhost:1080) in your browser. Mails won't leave your Docker container unless you configure mailer settings from `config/env/local.js` to use e.g. [SparkPost](https://www.sparkpost.com/) or [Gmail](https://support.google.com/a/answer/176600?hl=en).
- To read and debug MongoDB use e.g. [Robomongo](https://robomongo.org/) to connect to `localhost` on port `27017`.
- To run any `npm` script root folder, just run `docker-compose run trustroots npm COMMAND_NAME`. App is installed to `/trustroots` folder inside the container but working directory is set so that any commands default to that folder.
- [Read more](https://github.com/Trustroots/trustroots/wiki/Development)


## Mock data
Expand Down Expand Up @@ -101,5 +100,5 @@ docker-compose run trustroots npm update

### Problems

- Check [troubleshooting](https://github.com/Trustroots/trustroots/wiki/Troubleshooting).
- [Docker for development - common problems and solutions](https://medium.com/@rdsubhas/docker-for-development-common-problems-and-solutions-95b25cae41eb)
- Check with https://trustroots.slack.com/ and https://meta.trustroots.org/
5 changes: 3 additions & 2 deletions INSTALL.md
Expand Up @@ -47,7 +47,6 @@ npm start
- To skip checking Bower modules on start (useful if you're offline), type `npm run start:skipBower`
- When you change any file, they get recompiled and the browser is refreshed.
- Keep an eye on the console in case of compiling errors.
- [Read more](https://github.com/Trustroots/trustroots/wiki/Development).
- You can start clean by running `npm run distclean && npm run dropdb`.

## Modifying configurations
Expand Down Expand Up @@ -194,6 +193,8 @@ $ npm run migrate # Migrate database up

## Support

- Check [troubleshooting](https://github.com/Trustroots/trustroots/wiki/Troubleshooting).
- Check and open issues at [GitHub](https://github.com/Trustroots/trustroots/issues)
- [Contact us](https://www.trustroots.org/contact)
- https://meta.trustroots.org/
- https://trustroots.slack.com/

3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -44,7 +44,7 @@ The `master` branch is bleeding edge development. `production` is what's running

We are using Slack for communications, contact [Kasper](https://www.trustroots.org/profile/guaka) (kasper at trustroots dot org) or [Mikael](https://www.trustroots.org/profile/mikael) if you want an account. You can also contact us for an invite without queuing.

If Slack is too proprietary for you, note that we are considering setting up a Discourse forum. For now you can also use the GitHub issues for communication purposes.
If Slack is too proprietary for you, note that we are considering setting up a Discourse forum. For now you can also use the GitHub issues for communication purposes. You can also check https://meta.trustroots.org/

It's also great if you join the [hacker tribe](https://www.trustroots.org/tribes).

Expand All @@ -59,7 +59,6 @@ Trustroots was built on the meanjs.org version.

## Further reading

- [Development](https://github.com/Trustroots/trustroots/wiki/Development) wiki page.
- [INSTALL.md](https://github.com/Trustroots/trustroots/blob/master/INSTALL.md) also contains good information about running
and creating mock data.

Expand Down
2 changes: 1 addition & 1 deletion modules/pages/client/views/faq-general.client.view.html
Expand Up @@ -106,7 +106,7 @@ <h3>How can I remove my account</h3>

<div class="faq-question" id="how-can-i-help">
<h3>How can I help?</h3>
Trustroots is a community of travellers for sharing, hosting and getting people together. If you want to help grow this network you can find some <a href="https://github.com/Trustroots/trustroots/wiki/Volunteering">things to do here</a>.
Trustroots is a community of travellers for sharing, hosting and getting people together. If you want to help grow this network you can find some <a ui-sref="volunteering">things to do here</a>.
</div>

<div class="faq-question" id="how-can-i-contact-you">
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-ssl-certs.sh
Expand Up @@ -2,7 +2,7 @@

# Script to generate self signed certificates for dev purposes
#
# See https://github.com/Trustroots/trustroots/wiki/SSL-Certificate for production certs
# See https://github.com/Trustroots/trustroots/tree/master/docs/SSL-Certificate.md for production certs

CERT_PATH="./scripts/certs"
CERT_FILE="trustroots_org"
Expand Down

0 comments on commit 114c660

Please sign in to comment.