Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
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
Maunium
synapse
Commits
39a76b9c
Commit
39a76b9c
authored
8 years ago
by
William Leuschner
Browse files
Options
Downloads
Patches
Plain Diff
Update incorrect information in README about ksh and source
Signed-off-by:
William Leuschner
<
wel2138@rit.edu
>
parent
12aefb9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+2
-6
2 additions, 6 deletions
README.rst
with
2 additions
and
6 deletions
README.rst
+
2
−
6
View file @
39a76b9c
...
...
@@ -375,10 +375,6 @@ OpenBSD
There is currently no port for OpenBSD. Additionally, OpenBSD's security
settings require a slightly more difficult installation process.
1) Ensure that you have the Bourne Again Shell (``bash``) installed. The Korn
Shell (``ksh``), which is OpenBSD's default shell, does not support the
``source`` command necessary to activate the python virtualenv to be set up
later.
2) Create a new directory in ``/usr/local`` called ``_synapse``. Also, create a
new user called ``_synapse`` and set that directory as the new user's home.
This is required because, by default, OpenBSD only allows binaries which need
...
...
@@ -386,9 +382,9 @@ settings require a slightly more difficult installation process.
``/usr/local``.
3) ``su`` to the new ``_synapse`` user and change to their home directory.
4) Create a new virtualenv: ``virtualenv -p python2.7 ~/.synapse``
5) Start a ``bash`` shell
6) Source the virtualenv configuration located at
``/usr/local/_synapse/.synapse/bin/activate``
``/usr/local/_synapse/.synapse/bin/activate``. This is done in ``ksh`` by
using the ``.`` command, rather than ``bash``'s ``source``.
7) Optionally, use ``pip`` to install ``lxml``, which Synapse needs to parse
webpages for their titles.
8) Use ``pip`` to install this repository: ``pip install
...
...
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