mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
10ea325ca8
commit
9f548e2083
|
@ -9,6 +9,16 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h3>Setup</h3>
|
||||
<ul>
|
||||
{% assign pages = site.pages | sort: 'order' %}
|
||||
{% for doc in pages %}
|
||||
{% if doc.category == "setup" %}
|
||||
<li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h3>Online Projects</h3>
|
||||
<ul>
|
||||
{% assign pages = site.pages | sort: 'order' %}
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Object File Formats
|
|||
order: 40
|
||||
---
|
||||
|
||||
All files for an object is located in the same folder, each folder corresponds to a package. Subpackages are organized under parent packages(directories) according to the logic described in http://docs.abapgit.org/ref-dot-abapgit.html
|
||||
All files for an object are located in the same folder, each folder corresponds to a package. Subpackages are organized under parent packages(directories) according to the logic described in http://docs.abapgit.org/ref-dot-abapgit.html
|
||||
|
||||
# CLAS
|
||||
Files corresponding to the editable parts in source based class builder or ABAP in Eclipse:
|
||||
|
|
8
docs/guide-development-version.md
Normal file
8
docs/guide-development-version.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Development version
|
||||
category: setup
|
||||
order: 30
|
||||
---
|
||||
|
||||
Install the abapGit development version using abapGit, either via online or offline projects.
|
||||
Recommend keeping the compiled report in a different package, so it can be used as fallback in case of syntax errors.
|
|
@ -7,15 +7,7 @@ order: 10
|
|||
## ABAP Report ##
|
||||
Copy the [ABAP code](https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap) into a new report via SE38 or SE80. To update abapGit to a newer version, replace the code in the report with the most recent.
|
||||
|
||||
To use the online feature, SSL must be setup. Offline projects will work behind firewalls and without SSL.
|
||||
|
||||
## STRUST/SSL setup(online projects only) ##
|
||||
|
||||
[SSL setup](guide-ssl-setup.html)
|
||||
|
||||
## Proxy setup(online projects only) ##
|
||||
If your server is behind a proxy, it can be configured under Advanced -> Settings,
|
||||

|
||||
To use the online feature, [SSL must be setup](guide-ssl-setup.html). Offline projects will work behind firewalls and without SSL.
|
||||
|
||||
## Done ##
|
||||
Run report
|
||||
|
|
10
docs/guide-proxy-configuration.md
Normal file
10
docs/guide-proxy-configuration.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Proxy configuration
|
||||
category: setup
|
||||
order: 20
|
||||
---
|
||||
|
||||
Online projects only
|
||||
|
||||
If your server is behind a proxy, it can be configured under Advanced -> Settings,
|
||||

|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: SSL setup
|
||||
category: online projects
|
||||
order: 70
|
||||
category: setup
|
||||
order: 10
|
||||
---
|
||||
|
||||
##### Option A - Chrome #####
|
||||
|
|
Loading…
Reference in New Issue
Block a user