Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Context Sensitive Group
freedombone
Commits
d43f0eaf
Commit
d43f0eaf
authored
11 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Improving convergence
parent
acfa9706
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beaglebone.txt
+17
-4
17 additions, 4 deletions
beaglebone.txt
with
17 additions
and
4 deletions
beaglebone.txt
+
17
−
4
View file @
d43f0eaf
...
...
@@ -5720,21 +5720,34 @@ Now create the database:
convergence-createdb
#+END_SRC
Start the server: (TODO turn this into a daemon)
Create an initialisation script:
#+BEGIN_SRC: bash
convergence-notary -p 8
0
-s
44
3 -c /etc/ssl/certs/mynotary.pem -k /etc/ssl/private/mynotary.key
convergence-notary -p 8
432
-s
843
3 -c /etc/ssl/certs/mynotary.pem -k /etc/ssl/private/mynotary.key
#+END_SRC
TODO: those ports are already used. Use others?
An initialisation script will be created automatically within /etc/init.d.
Generate a notary bundle:
#+BEGIN_SRC: bash
convergence-bundle
mv *.notary /var/www/mydomainname.com/htdocs
#+END_SRC
Enter your name, nickname, handle or whatever.
For the bundle location enter https://mydomainname.com/convergence.notary
For the Hostname press Enter.
#+BEGIN_SRC: bash
export HOSTNAME=mydomainname.com
mv mynotarybundle.notary /var/www/$HOSTNAME/htdocs/convergence.notary
chown www-data:www-data /var/www/$HOSTNAME/htdocs/convergence.notary
#+END_SRC
Now open ports 8432 and 8433 on your internet router or firewall and direct it to the BBB.
* Related projects
* [[https://freedomboxfoundation.org/][Freedombox]]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment