Skip to content
Snippets Groups Projects
Commit a314c2ea authored by Seamus Lee's avatar Seamus Lee
Browse files

Add in subheadings and move restart into separate line without code block to make it simpler

parent 720af870
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ Buildkit provides a tool called `amp` which [civibuild](/tools/civibuild.md) use
## Troubleshooting {:#troubleshooting}
### Node JS issues
Nodejs version too old or npm update does not work:
: Download the latest version from nodejs.org and follow their instructions
......@@ -178,13 +179,16 @@ Nodejs problems
npm install fs-extra
```
### Website login issues
If you find that when you try and login to a new buildkit build or similar and it doesn't seem to login just redirects to the same page. This may mean that the rewrite module for apache is not enabled. To enable it do the following
```bash
sudo a2enmod rewrite
sudo service apache2 or apache or httpd restart
```
After enabling the rewite module you will need to restart apache.
## Upgrading buildkit {:#upgrading}
New versions of buildkit are likely to include new versions of tools. The new tools will download automatically when you first run `civibuild`. If you prefer to download explicitly, then re-run `civi-download-tools`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment