spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3f6549d9a8
commit
c95360ff87
6 changed files with 5 additions and 5 deletions
|
@ -39,7 +39,7 @@ You can use several servers to create an account:
|
||||||
|
|
||||||
### 1. Basics
|
### 1. Basics
|
||||||
|
|
||||||
At first you have to get the current version. You can either pull it from [Github](https://github.com) like so:
|
At first you have to get the current version. You can either pull it from [GitHub](https://github.com) like so:
|
||||||
|
|
||||||
$> cd /var/www/virtual/YOURSPACE/html/addon; git pull
|
$> cd /var/www/virtual/YOURSPACE/html/addon; git pull
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ Friendica Documentation and Resources
|
||||||
|
|
||||||
* [Get started](help/Developers-Intro)
|
* [Get started](help/Developers-Intro)
|
||||||
* Set up development environment
|
* Set up development environment
|
||||||
* [Help on Github](help/Github)
|
* [Help on GitHub](help/GitHub)
|
||||||
* [Help on Vagrant](help/Vagrant)
|
* [Help on Vagrant](help/Vagrant)
|
||||||
* [Bugs and Issues](help/Bugs-and-Issues)
|
* [Bugs and Issues](help/Bugs-and-Issues)
|
||||||
* Code structure
|
* Code structure
|
||||||
|
|
|
@ -31,7 +31,7 @@ The mysql database is called "friendica", the mysql user and password both are "
|
||||||
Your local working directory is set up as a shared directory with the VM (/vagrant).
|
Your local working directory is set up as a shared directory with the VM (/vagrant).
|
||||||
7. Check the changes in your browser in the VM.
|
7. Check the changes in your browser in the VM.
|
||||||
Find the Friendica log file `/vagrant/logfile.out` on the VM or in the `logfile.out` in you local Friendica directory.
|
Find the Friendica log file `/vagrant/logfile.out` on the VM or in the `logfile.out` in you local Friendica directory.
|
||||||
8. Commit and push your changes directly back to Github.
|
8. Commit and push your changes directly back to GitHub.
|
||||||
|
|
||||||
If you want to stop vagrant after finishing your work, run the following command
|
If you want to stop vagrant after finishing your work, run the following command
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ Please check software documentation to know how modify these examples to make th
|
||||||
Sample systemd unit files to start worker.php periodically.
|
Sample systemd unit files to start worker.php periodically.
|
||||||
|
|
||||||
Please place them in the correct location for your system, typically this is `/etc/systemd/system/friendicaworker.timer` and `/etc/systemd/system/friendicaworker.service`.
|
Please place them in the correct location for your system, typically this is `/etc/systemd/system/friendicaworker.timer` and `/etc/systemd/system/friendicaworker.service`.
|
||||||
Please report problems and improvements to `!helpers@forum.friendi.ca` and `@utzer@social.yl.ms` or open an issue in [the Github Friendica page](https://github.com/friendica/friendica/issues).
|
Please report problems and improvements to `!helpers@forum.friendi.ca` and `@utzer@social.yl.ms` or open an issue in [the GitHub Friendica page](https://github.com/friendica/friendica/issues).
|
||||||
This is for usage of systemd instead of cron to start the worker periodically, the solution is a work-in-progress and can surely be improved.
|
This is for usage of systemd instead of cron to start the worker periodically, the solution is a work-in-progress and can surely be improved.
|
||||||
|
|
||||||
## `phpstorm-code-style.xml`
|
## `phpstorm-code-style.xml`
|
||||||
|
|
|
@ -145,7 +145,7 @@ echo $myBlue->getCssGradient(10, TRUE);
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Github Contributors
|
## GitHub Contributors
|
||||||
- mexitek
|
- mexitek
|
||||||
- danielpataki
|
- danielpataki
|
||||||
- alexmglover
|
- alexmglover
|
||||||
|
|
Loading…
Reference in a new issue