Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
server-core
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The eSign Strikes Back
server-core
Merge requests
!57
Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Development
development
into
experimental
Overview
0
Commits
3
Pipelines
0
Changes
4
Merged
Jadyn Jäger
requested to merge
development
into
experimental
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
experimental
experimental (base)
and
latest version
latest version
e3e2a9ac
3 commits,
4 years ago
4 files
+
72
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
DEBIAN/postinst
+
1
−
4
Options
@@ -12,10 +12,7 @@ chown root:esign /opt/eSign/core
ln
-s
/opt/eSign/cli/cli.py /bin/eSign-cli
echo
Installing python packages
pip3
install
mysql-connector
pip3
install
Flask
pip3
install
Flask-CORS
pip3
install
requests
pip3
install
-r
/opt/eSign/installation/requirements.txt
echo
Creating database...
mysqladmin
-u
root create esign
Loading